After upgrading to Big Sur, git clone (using git
version 2.30.2) no longer works.
When I enter the command git clone ...
it outputs this:
Cloning into 'git'...
fatal: --stdin requires a git repository.
fatal: index-pack failed.
An adding the verbose flag doesn't help much
$ git clone ... -v
Cloning into 'git'...
POST git-upload-pack (164 bytes)
POST git-upload-pack (gzip 40602 to 20426 bytes)
fatal: --stdin requires a git repository
fatal: index-pack failed
However, the other standard git commands, like push, diff, add, commit, status, etc, still work fine.
The only thing I've found online relates to git on Windows, but I don't think it's the same issue. Please help!
Before upgrading to Big Sur, git clone worked fine. I'm wondering if a dependency might have been updated/changed/removed during the upgrade.