[ISSUE]Error: Permission to user/repo denied to other-user

機器甲上曾經使用過一個私人github帳號A,而且添加了ssh驗證git

後來爲了公共開發,又建立了一個github帳號B,提交的時候發現出現錯誤: remote: Permission to user_B/xxx.git denied to user_Agithub

使用git config, git log 查看用戶名都是帳號Bssh

github上的解決方法(https://help.github.com/articles/error-permission-to-user-repo-denied-to-other-user/)不適合,由於該項目是B建立的,並不屬於A ui

按照https://help.github.com/articles/generating-ssh-keys/ 方法從新建立,仍是同樣的錯誤url

最後嘗試將https 換成 git (https://help.github.com/articles/changing-a-remote-s-url/)spa

git remote set-url origin git@github/...code

正確提交教程

 

17:09 2015/3/29ip

問題是多個github帳戶的衝突, 清除全部github帳戶上的 ssh key,按照以下教程從新創建 ssh-key開發

http://code.tutsplus.com/tutorials/quick-tip-how-to-work-with-github-and-multiple-accounts--net-22574

http://superuser.com/questions/272465/using-multiple-ssh-public-keys 

相關文章
相關標籤/搜索