码农日记

薄洪涛的个人博客

git默认用户名及密码

服务器设置默认全局git用户名/密码

cd ~
vi .git-credentials
https://{username}:{password}@git.coding.net
git config --global credential.helper store


发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-BlogPHP 1.7.3

版权所有 | 转载请标明出处