credential for git
1, 编辑~/.gitconfig文件怎加如下配置
[credential]
helper = store
2,执行 git pull。输入username, password.
3.检查~/.git-credentials文件就有记录了。
1, 编辑~/.gitconfig文件怎加如下配置
[credential]
helper = store
2,执行 git pull。输入username, password.
3.检查~/.git-credentials文件就有记录了。