Why is this git clone command failing?

后端 未结 9 2106
挽巷
挽巷 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-03 23:57

    Another way would be to do:

    git clone --upload-pack /path/to/git-upload-pack ssh://user@host/~/project/path/contactdb

提交回复
热议问题