SSH key設定沒問題,之前也一直用的沒問題。
從最近的某天開始會提示:
$ git push
Username for 'https://github.com':
ssh -T git@github.com
也是能正常返回GitHub用戶名的。
phpcn_u15822017-04-28 09:07:29
git remote remove origin
#移除
git remote add origin git@github.com:Username/Your_Repo_Name.git
#換ssh
git push --set-upstream
#最後一個指令記不清了,反正就是先輸入git push,然後會有一個提示,按提示輸入就行。