2017-10-21 185 views
0

我已經使用命令ssh keygen創建了ssh密鑰,並且我已經將公鑰添加到了我的bitbucket帳戶,然後我也向ssh代理添加了密鑰,但是當我試圖使用sourceTree從bitbucket中克隆repo,我得到下面的錯誤。沒有支持的身份驗證方法可用(服務器發送:publickey)

Error: FATAL ERROR: Disconnected: No supported authentication methods available (server sent: publickey) 
fatal: Could not read from remote repository. 

Please make sure you have the correct access rights 
and the repository exists. 

我知道這是重複的問題,但這些解決方案沒有爲我工作,所以請幫助。

回答

0

其實它是我的錯誤, 在我的SourceTree設置中,SSH客戶端類型被設置爲PuTTY/Plink,所以我將其更改爲openSSH,現在該問題不再存在。 對不起&謝謝。

相關問題