“did you run git update-server-info” error on a Github repository

后端 未结 20 1578
别跟我提以往
别跟我提以往 2020-12-04 10:42

I\'m using the github Gui from their website to manage my repos, and I\'m getting the following error:

fatal: https://github.com/TeaCodie/TeaCodie-Website.gi         


        
20条回答
  •  粉色の甜心
    2020-12-04 11:02

    It looks like that's a private (or deleted) repository; if you visit the repository page while logged it'll give you the real URL, which'll probably be https://TeaCodie@github.com/TeaCodie/TeaCodie-Website.git , i.e. with a username specified?

提交回复
热议问题