打开命令行,输入以下命令:
1 | git config --global credential.helper store |
执行完毕会在在当前系统用户文件夹下生成一个名为.git-credentials的文件,如:C:\Users\Administrator\ .git-credentials,再次提交代码时,输入密码后会将用户名密码以明文的方式保存在其中。
Never underestimate your power to change yourself!
打开命令行,输入以下命令:
1 | git config --global credential.helper store |
执行完毕会在在当前系统用户文件夹下生成一个名为.git-credentials的文件,如:C:\Users\Administrator\ .git-credentials,再次提交代码时,输入密码后会将用户名密码以明文的方式保存在其中。
文章作者:Tokey
发布时间:2020年11月22日 - 23:11
最后更新:2020年11月22日 - 23:11
原始链接:http://TokeyRoad.github.io/2020/11/22/解决git每次推送都要输入用户名密码的方案/
许可协议: 转载请保留原文链接及作者。