发布时间:2018-07-25 11:50:57编辑:阅读(2828)
git bash进入项目目录,输入下面的命令, 再提交时输入密码,会自动记录下,以后就不用输入了。
git config --global credential.helper store
评论