方法一:

使用TortoiseGit 进行pull时,总是提示连接错误

“git did not exit cleanly (exit code 128)”

无论是push还是pull到本地,弹出这个问题。
原因:是Github 禁用了TLS v1.0 and v1.1,必须更新Windows的git凭证管理器,才行。

完美解决:git did not exit cleanly (exit code 128) 解决

方法二:

“TortoiseGit” --> "Settings" --> "Network" 

将"C:\Program Files\TortoiseGit\bin\TortoiseGitPlink.exe"  修改为"C:\Program Files\Git\bin\ssh.exe" 即可;

相关文章:

  • 2021-04-18
  • 2021-04-26
  • 2021-10-11
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-12-11
  • 2022-12-23
  • 2021-07-03
  • 2021-05-19
相关资源
相似解决方案