ERROR: Permission to durrantm/linker.git denied to kevinzen. fatal: The remote end hung up unexpectedly混帳推主產地拒絕給出(github上)
我已經嘗試了很多事情來改變/設置我的身份,擺脫「kevinzen」
更新的誤差容許 - 最後決議是我已經添加了我的公鑰......但是...我錯過了幾個字符,所以它是無效的。粘貼在GitHub上正確的密鑰固定它
我~/.ssh/
與文件
config
id_dsa
id_dsa.pub
id_kb_rsa
id_kb_rsa.pub
id_rsa
id_rsa.pub
known_hosts
我已經做了
git config --global user.name
git config --global user.email
git remote add origin [email protected]:durrantm/linker.git
我已經將我的本地SSH密鑰與我的信息(不kevinz)對這款機器的github SSH密鑰。
我也試過: ssh [email protected] The authenticity of host 'github.com. (207.97.227.239)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com.' (RSA) to the list of known hosts. PTY allocation request failed on channel 0
是不知道的PTY錯誤。仍然卡住。
你的公鑰是在這裏註冊的:https://github.com/account/ssh?你可以仔細檢查一下嗎? – Boldewyn
您是否檢查過'〜/ .ssh'中的文件是否有提及kevinzen? –
我查了一下,把這些文件和'cat * |'放在一起grep kevinzen'但沒有發現。奇怪。 –