linux下:
1.在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入:
https://{username}:{password}@github.com
注意去掉{}
2.在终端下执行 git config --global credential.helper store
3.可以看到~/.gitconfig文件,会多了一项:
[credential]
helper = store
linux下:
1.在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入:
https://{username}:{password}@github.com
注意去掉{}
2.在终端下执行 git config --global credential.helper store
3.可以看到~/.gitconfig文件,会多了一项:
[credential]
helper = store
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。