1. 在服务器 ,输入命令
git config --global credential.helper store
2. 查看保存的密码
cat ~/.git-credentials
3. 查看当前服务器的git密码配置方式
cat ~/.gitconfig
End 。
首发 http://istester.com/git/283.html
作者 / IDO老徐
转载注明出处 ,有任何问题,评论区交流 。
1. 在服务器 ,输入命令
git config --global credential.helper store
2. 查看保存的密码
cat ~/.git-credentials
3. 查看当前服务器的git密码配置方式
cat ~/.gitconfig
End 。
首发 http://istester.com/git/283.html
作者 / IDO老徐
转载注明出处 ,有任何问题,评论区交流 。
本文标题:git设置永久记住用户名和密码,避免每次都得输入密码
本文链接:https://www.haomeiwen.com/subject/sezhmltx.html
网友评论