- GIT保存用户名与密码
1. 打开项目中.git文件夹的config文件,添加
[credential]
helper = store
命令,然后在上传代码时再输入一次用户名与密码,就可以保存输入信息.
2. 输入指令: git config credential.helper store
- GIT保存用户名与密码
1. 打开项目中.git文件夹的config文件,添加
[credential]
helper = store
命令,然后在上传代码时再输入一次用户名与密码,就可以保存输入信息.
2. 输入指令: git config credential.helper store