搜尋

首頁  >  問答  >  主體

gitlab - git ssh拉取程式碼報錯,http方式可以

一個放在gitlab上的專案
我用 ssh協定的 git@…這樣的位址拉取程式碼的時候提示:

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.

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

而用http協定可以拉取,
我的ssh公鑰檔案已經配置了是可以使用的

Host XXX.com
    HostName XXX.com
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/id_rsa

程式碼現在是可以拉, 但是不知道問題願意是什麼?

高洛峰高洛峰2811 天前715

全部回覆(0)我來回復

無回覆
  • 取消回覆