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改回小烏龜自己的程序,再試一下
