github免密码push

ssh-keygen 公钥生成
git config --global user.email "[email protected]"
git config --global user.name "xxx"
git config --global credential.helper store # git push的时候记住用户名和密码
git config --global push.default simple

你可能感兴趣的:(github免密码push)