Git push without username and password

ssh-keygen -t rsa
paste key to github website
after config ssh key
git remote set-url origin [email protected]:username/repo.git

猜你喜欢

转载自www.cnblogs.com/otfsenter/p/9692646.html