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

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

    In my repo's directory on my machine in the terminal I had to reset the origin url:

    git remote set-url origin git@github.com:repoaccountname/repo-name.git
    

提交回复
热议问题