tortoisegit 常见错误disconnected no supported authentication methods available(server sent: publickey)
生活随笔
收集整理的這篇文章主要介紹了
tortoisegit 常见错误disconnected no supported authentication methods available(server sent: publickey)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.安裝好小烏龜git后,用小烏龜的pull 從github上拉取項目,遇到錯誤:
disconnected no supported authentication methods available(server sent: publickey)?
或者是?git did not exit cleanly (exit code 1)
亦或者是?git did not exit cleanly (exit code 128)
多半是因為git和小烏龜有沖突,解決方法:
右鍵--小烏龜---settings--network--修改ssh client為git的ssh.exe
點擊 browse按鈕打開文件目錄,找到git目錄下的ssh.exe,確認。即可。
替換成功,后,再pull一下。應該就能正常的pull成功。如果不行,再把SSH client改回小烏龜自己的程序,再試一下。
轉載:http://www.it610.com/article/3638553.htm
總結
以上是生活随笔為你收集整理的tortoisegit 常见错误disconnected no supported authentication methods available(server sent: publickey)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android init.rc文件解析过
- 下一篇: Android关于Theme.AppCo