git保存用户名与密码
保存当前用户用户名与密码,避免重复输入密码操作
操作方法
- 01
打开项目中.git文件夹的config文件,添加 [credential] helper = store 命令,然后在上传代码时再输入一次用户名与密码,就可以保存输入信息
- 02
输入指令 :git config credential.helper store
赞 (0)
保存当前用户用户名与密码,避免重复输入密码操作
打开项目中.git文件夹的config文件,添加 [credential] helper = store 命令,然后在上传代码时再输入一次用户名与密码,就可以保存输入信息
输入指令 :git config credential.helper store