Git Fatal Error: info/refs not found

后端 未结 7 1820
春和景丽
春和景丽 2020-12-17 15:54

I receive the following error:

fatal: https://github.com/username/repository-name.git/info/refs not found: did you run git update-server-info on the server?         


        
7条回答
  •  暖寄归人
    2020-12-17 16:16

    Also, make sure the repository URL is reachable from your network.

    In my case, my internet subscription was close to expiring so my service provider was redirecting all the HTTP/HTTPS calls to their renewal page.

    So, GIT could not reach the repository.

提交回复
热议问题