Why is this git clone command failing?

后端 未结 9 2229
挽巷
挽巷 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条回答
  •  轮回少年
    2021-02-04 00:02

    If you're using SSH make sure you also have all the SSH keys setup correctly.

    http://help.github.com/mac-set-up-git/

提交回复
热议问题