Git Clone - Repository not found

前端 未结 25 1194
心在旅途
心在旅途 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

提交回复
热议问题