Github Authentication Failed - … GitHub does not provide shell access

后端 未结 4 757
悲&欢浪女
悲&欢浪女 2020-12-23 22:41
$ git remote add origin git@github.com:lut/EvolutionApp.git
fatal: remote origin already exists.

$ git push -u origin master
fatal: \'EvolutionApp\' does not appear         


        
4条回答
  •  温柔的废话
    2020-12-23 23:38

    This can happen if you have an incomplete remote entry in your global config.

    Run git config -e --system, comment out any [remote entries, re-add the remote, and try again.

提交回复
热议问题