git config --global user.name "huachuan"
git config --global user.email 312312313@qq.com
解决:每次提交都要输入username,password
git config --global credential.helper store
如果以上设置,push 会优先第一个,如果第一个没有,会再去找全局配置
git config --global user.name "huachuan"
git config --global user.email 312312313@qq.com
解决:每次提交都要输入username,password
git config --global credential.helper store
如果以上设置,push 会优先第一个,如果第一个没有,会再去找全局配置
本文标题:使用vscode时,设置不需要每次输入用户名密码
本文链接:https://www.haomeiwen.com/subject/gjkniktx.html
网友评论