Github seems only supports ssh way to read&write the repo, although https way also displayed 'Read&Write'.
So you need to change your repo config on your PC to ssh way:
nstead of editing .git/config file manually, you can use git remote set-url command.
In your case it should be:
git remote set-url origin ssh://git@github.com/derekerdmann/lunch_call.git
阅读(2659) | 评论(0) | 转发(0) |