Git Clone - Repository not found

前端 未结 25 1184
心在旅途
心在旅途 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 09:57

    For me

    git clone https://username@github.com/name/repo.git
    

    worked.

    I think this mainly happens because Private repo can't be accessed directly.

提交回复
热议问题