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

設置Git的user name和emailgit git config –global user.name 「yourname」  git config –global user.email 「youremail」  生成SSH密鑰github 查看是否已經有了ssh密鑰:cd ~/.ssh  若是沒有密鑰則不會有此文件夾,有則備份刪除  生存密鑰:  ssh-keygen -t rsa -C 「
相關文章
相關標籤/搜索