ssh-keygen 公钥生成
git config --global user.email "xxx@xxmail.com"
git config --global user.name "xxx"
git config --global credential.helper store # git push的时候记住用户名和密码
git config --global push.default simple
ssh-keygen 公钥生成
git config --global user.email "xxx@xxmail.com"
git config --global user.name "xxx"
git config --global credential.helper store # git push的时候记住用户名和密码
git config --global push.default simple
本文标题:github免密码push
本文链接:https://www.haomeiwen.com/subject/gnkrqctx.html
网友评论