Git pull避免用户名和密码方法

 linux下 1. 在~/下, touch建立文件 .git-credentials, 用vim编辑此文件,输入:     https://{username}:{password}@github.comlinux  注意去掉{}git 2. 在终端下执行  git config --global credential.helper store 3. 能够看到~/.gitconfig文件,会多了
相关文章
相关标签/搜索