1.同样是编辑系统gitconfig,
在gitconfig里加入,
[credential]
helper = store
这样只要第一次需要输入用户名密码后就记住了。
git 记住输入的用户名密码
最新推荐文章于 2023-12-05 11:29:15 发布

1.同样是编辑系统gitconfig,
在gitconfig里加入,
[credential]
helper = store
这样只要第一次需要输入用户名密码后就记住了。