只要是使用git操作,不管是同步,拉去,克隆,vscode总让我们输入用户名及密码,是一件很繁琐的事情

  vscode:解决操作git总让输入用户名及密码问题

 

  我们打开终端,会看到cmd定位在我们仓库位置,我们只要添加:git config --global credential.helper store

  vscode:解决操作git总让输入用户名及密码问题

 

  再退出vscode并重启,进行git操作,就发现,vscode不再让我们每次都输入用户名和密码啦!

 

  以上

  END

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-04-09
  • 2021-07-27
  • 2021-04-01
  • 2021-10-14
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-07-19
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案