git extensions每次pull与push均要输入密码,为解决该问题,执行以下操作:

win+r,在运行中输入:%USERPROFILE%

找到其中的.gitconfig文件,找到[credential]项,在下面添加如下一行:

helper = store

这样后面你只用输入一次密码,git就记住了。

 

参考:http://san-yun.iteye.com/blog/1980178

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
  • 2021-07-02
  • 2022-03-02
猜你喜欢
  • 2022-03-06
  • 2022-12-23
  • 2021-05-28
  • 2021-05-03
  • 2022-02-16
  • 2021-12-05
  • 2021-09-28
相关资源
相似解决方案