让git记住账号和密码的方法:
在git bash 中执行命令:git config --global credential.helper store
输入一次账号密码就可以保存,下次不再提示。
如果输错了需要重新输入。看这里:https://www.cnblogs.com/yongfengnice/p/10213526.html
本文共 229 字,大约阅读时间需要 1 分钟。
让git记住账号和密码的方法:
在git bash 中执行命令:git config --global credential.helper store
输入一次账号密码就可以保存,下次不再提示。
如果输错了需要重新输入。看这里:https://www.cnblogs.com/yongfengnice/p/10213526.html
转载于:https://www.cnblogs.com/yongfengnice/p/10237951.html