Cannot push to github repo

后端 未结 7 1319
生来不讨喜
生来不讨喜 2020-12-28 15:46

My repo: https://shadyabhi@github.com/shadyabhi/learnajax.git

shadyabhi@archlinux-N210 ~/github/learnajax $ cat .git/config 
[core]
    repositoryformatversi         


        
7条回答
  •  臣服心动
    2020-12-28 16:16

    As I understand it, github.token (and github.user) aren't used by git HTTP transport - they're only there for other tools that use GitHub's API, such as GitX and GitNub.

    I think the "Authentication failed" error must be due to you entering the wrong password. (This should be your GitHub password rather than the password to your SSH private key.)

提交回复
热议问题