解决GitHub未配置SSH key提示错误信息
生活随笔
收集整理的這篇文章主要介紹了
解决GitHub未配置SSH key提示错误信息
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
git push -u origin master
Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.
?似乎GitHub for Windows 設置的ssh key在命令行下就不能用。只需在Git Bash配置SSH KEY就可以解決
參考:GitHub Help
中途遇到個問題,在輸入passphrase時,按鍵盤但Git Bash上無顯示,特咨詢GitHub,得到如下答復:
?
That is how the password question works. Most password fields show a * character, but the command line doesn't show anything.
It's a little inconvenient, but even though it doesn't show anything it is reading what you type.
?
解釋為:即使你看不見,但仍在讀入你輸入的東西
按照官方教程即可搞定
轉載于:https://www.cnblogs.com/gabygoole/p/5382325.html
總結
以上是生活随笔為你收集整理的解决GitHub未配置SSH key提示错误信息的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 指定的命名连接在配置中找不到、非计划用于
- 下一篇: WinServer-AD操作常用powe