git设置永久记住用户名和密码,避免每次都得输入密码

1. 在服务器 ,输入命令

git config --global credential.helper store


2. 查看保存的密码

cat ~/.git-credentials


3. 查看当前服务器的git密码配置方式

cat ~/.gitconfig


End 。


首发 http://istester.com/git/283.html

作者 / IDO老徐

转载注明出处 ,有任何问题,评论区交流 。

你可能感兴趣的:(git设置永久记住用户名和密码,避免每次都得输入密码)