Why is this git clone command failing?

后端 未结 9 2236
挽巷
挽巷 2021-02-03 23:40

Trying to use the git clone command. My understanding (please correct if wrong) was that in order to host a Git repository you just need a machine running ssh and t

9条回答
  •  萌比男神i
    2021-02-03 23:56

    I had the same problem on mac os, and I solved this by copy the git-upload-pack from /usr/local/git/bin to /bin.

提交回复
热议问题