git 中github clone "Permission denied (publickey). fatal: Could not read from remote repository."

更換完電腦以後我想拉取我git上的庫,出現報錯如下圖所示: 設置git用戶名/郵箱 git config --global user.name "xxx" git config --global user.email "[email protected]"   生成SSH密鑰過程: 1.查看是否已經有了ssh密鑰:cd ~/.ssh 如果沒有密鑰則不會有此文件夾,有則備份刪除 2.生存密鑰: $
相關文章
相關標籤/搜索