如何解决使用github添加,提交然后推送的问题?

时间:2018-02-22 05:15:54

标签: github

我在我的GitHub中初始化了一个repo。我发出了git clone命令。我去了我想要克隆回购的本地计算机中的目录。然后我复制了本地驱动器中的一些文件。然后我做了:

git add . 
git commit 
git push -u origin master 

消息显示:

remote: Permission to jasonkid1/testuli.git denied to jpamittan.
fatal: unable to access 
'https://jasonkid1@github.com/jasonkid1/testuli.git/': The requested 
URL returned error: 403

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

对于任何https身份验证问题,您需要检查凭据缓存:

git config credential.helper

那是:

  • 例如,在Windows上,您需要打开Windows凭据管理器并检查输入的密码是否正确。
  • 在Mac上,您需要更新OSX钥匙串。

您可能拥有与jpamittan(错误用户)关联的任何 github.com网址的凭据,而不是jasonkid1