解决办法:

方案1:

右键》ortoiseGit → Settings → Git → Credential

设置为 wincred - this repository only 或者 wincred - current Windows user

解决TortoiseGit下载代码每次要输入用户名、密码

方案2:在需要更新目录下打开git bash【还未实践】

进行配置

git config  --global user.name 你的目标用户名;

 git config  --global user.email 你的目标邮箱名;

ps:--global是全局的,不用这就只运行当前目录

 

相关文章:

  • 2021-11-30
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
相关资源
相似解决方案