我在MacBook Air上安裝了GIT和我的回購安裝程序。我試圖克隆我的iMac上的回購。我的理解是,我需要將我的密鑰從MBA的/.ssh文件夾複製到同一個文件夾iMac。在不同的Mac上使用SSH密鑰
然而,當我嘗試克隆在iMac上的回購,我得到以下錯誤:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我已經做了一些研究,已經驗證...
我有最新版本的GIT,並且我的user.name和user.email變量配置正確。 (New Mac - new SSH keys for github?)
所有權& .gitconfig文件和父文件夾的權限是r/w並由我的用戶擁有。 (Trouble setting up Tower with my GitHub Account - error: could not lock config file)
我的$ HOME環境變量指向我的用戶工作目錄。 (Trouble setting up git with my GitHub Account error: could not lock config file)
在這一點上,我完全沒有想法,可以真正使用一些建議。
對此提出建議?
謝謝!
你複製哪些文件? 'id_rsa' *和*'id_rsa.pub'?另外,你確定你有URI嗎? – Ryan 2013-03-06 00:06:34
是的文件名和URI。正如我在下面自己的回覆中所提到的,通過讓SSH知道密鑰存在,我的問題得到解決。 – Yazmin 2013-03-06 03:42:44