由于公司的保密性质比较强,所以电脑需要每一个季度就修改一次密码,而这样会导师git提交的时候的问题。
看网上的方法是:
git config --system --unset credential.helper
git config --global credential.helper store
然后再push就好了,但我试了没用。最终我找到一种方法:
然后在这里修改你更改的密码保存好就可以push了。
由于公司的保密性质比较强,所以电脑需要每一个季度就修改一次密码,而这样会导师git提交的时候的问题。
看网上的方法是:
git config --system --unset credential.helper
git config --global credential.helper store
然后再push就好了,但我试了没用。最终我找到一种方法:
然后在这里修改你更改的密码保存好就可以push了。