设置全局参数
$ git config --global user.name 'name' $ git config --global user.email 'email'
如果还是出现要输入账号密码就执行下面这个,然后下一次输入账号密码提交以后就会记住账号密码啦
$ git config --global credential.helper store
搜索
复制
标签:配置,--,global,git,输入,config,账号密码 From: https://www.cnblogs.com/y-shmily/p/16614603.html