Ubuntu下解决Git保存用户名和密码的方法
1、进入Git 配置文件
lfang4@ubuntu-vapi:~$ vim ~/.gitconfig
2、修改配置文件,添加下面这一行
[credential]
helper = store

安装和配置git:
https://www.cnblogs.com/ericli-ericli/p/7780167.html
1、进入Git 配置文件
lfang4@ubuntu-vapi:~$ vim ~/.gitconfig
2、修改配置文件,添加下面这一行
[credential]
helper = store

安装和配置git:
https://www.cnblogs.com/ericli-ericli/p/7780167.html
