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

后端 未结 20 1602
别跟我提以往
别跟我提以往 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

    You might have changed your repository name

    In your local repository edit the file:

    .git/config
    

    Then check:

    [remote "origin"]
       url = 
    

    that the URL matches your remote repository

提交回复
热议问题