Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseGit 1.8 doesn't ask for credentials

I just updated TortoiseGit to 1.8 and since then it's impossible to push or pull from the server. Before they asked to enter my password but they don't do it anymore. Instead they tell me :

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

git did not exit cleanly (exit code 128) (1326 ms @ 2013-01-29 10:34:32)

I did not change anything in my settings, I use a ssh Url as remote origin ([email protected]/git/...)

I'm in windows 8.

like image 437
VinnyG Avatar asked Jan 29 '13 15:01

VinnyG


Video Answer


2 Answers

I changed from TortoiseGitPLink.exe to TortoisePLink.exe in

Settings > Network > SSH > SSH Client Then I got the password dialog.

It might be some incompability with TortoiseGitPLink.exe

The changelog says:

...

Renamed: TortoisePLink.exe to TortoiseGitPLink.exe (TortoisePLink.exe is still shipped for compatibility reasons)

...

like image 105
Lars J Avatar answered Oct 04 '22 20:10

Lars J


The TortoiseGit update might have messed up the application's path to TortoisePLink.exe. Revise your settings under Settings > Network > SSH > SSH Client

like image 23
san Avatar answered Oct 04 '22 20:10

san