Git push without username and password

ssh-keygen -t rsa
paste key to github website
after config ssh key
git remote set-url origin git@github.com:username/repo.git
posted @ 2018-09-23 14:32  idlewith  阅读(177)  评论(0编辑  收藏  举报