操作步骤
- 设置全局配置
cd /
git config --global credential.helper store
- 查看配置文件校验结果
vim ~/.gitconfig
- 使用:
cd到项目目录,执行git pull,会提示输入账号密码。输完这一次以后git pull或git push就不在需要输入密码了(会在根目录生成一个 .git-credentials 文件)
cd /
git config --global credential.helper store
vim ~/.gitconfig