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

后端 未结 20 1665
别跟我提以往
别跟我提以往 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 10:57

    I met up with the same problem.
    How I solved this problem is:
    I use git bash to create a new repo, when I typed "git push origin master" It reported

    "fatal: https://github.com/TeaCodie/TeaCodie-Website.git/info/refs not found: did you run git update-server-info on the server?"

    Finally, I found there was not a repo on the github at all.
    You'd better create a new repo first on github.

    Maybe this experience can help somebody.

提交回复
热议问题