github免密码push

2019-06-19  本文已影响0人  vampire6

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

上一篇 下一篇

猜你喜欢

热点阅读