How to solve TortoiseGitPlink Fatal Error?

前端 未结 9 1192
-上瘾入骨i
-上瘾入骨i 2020-12-18 17:59

I was using Git with beanstalk in windows 7. Now I got new system with Windows 8.1. Now I configured Git and Tortoisegit with new system.Its working fine in local commit but

相关标签:
9条回答
  • 2020-12-18 18:59

    I opened TortoiseGit->Settings -> Network and in SSH Client I changed "ssh.exe" instead of "TortoiseGitPlink.exe". Now it works fine.

    0 讨论(0)
  • 2020-12-18 19:00

    TortoiseGit may, from time to time, unload your putty key.

    Simply open TortoiseGit -> Settings -> Git -> Remote

    Then reload your putty key for your chosen remote connection (e.g. origin)

    0 讨论(0)
  • 2020-12-18 19:02

    I received this error because my key agent (KeePass KeyAgent plugin) didn't have the correct key loaded anymore. Added the correct key and everything was fine.

    0 讨论(0)
提交回复
热议问题