Git Clone - Repository not found

前端 未结 25 1097
心在旅途
心在旅途 2020-12-07 09:31
git clone 

gives the message fatal: repository \'url\' not found

I tried the options in the link, but it didn\'t work.

相关标签:
25条回答
  • 2020-12-07 10:07

    If you are using cygwin for git and trying to clone a git repository from a network drive you need to add the cygdrive path.

    For example if you are cloning a git repo from z:/

    $ git clone /cygdrive/z/[repo].git

    0 讨论(0)
提交回复
热议问题