700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > vscode git提交push 需要每次都输入账号密码username password

vscode git提交push 需要每次都输入账号密码username password

时间:2020-11-10 17:51:00

相关推荐

vscode git提交push 需要每次都输入账号密码username password

vscode,git提交push,需要每次都输入账号密码username,password

配置name,Email

git config --global user.name "huachuan"

git config --global user.email hc.5@

解决:每次提交都要输入username,password

当前仓库

git config credential.helper store

全局配置

git config --global credential.helper store

如果以上设置,push 会优先第一个,如果第一个没有,会再去找全局配置

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。