Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
9k views

Git did not exit cleanly (exit code 1)

I can't push and I already tried all solution in this question. I'm using Windows10 and TortoiseGit. I generated my SSH key with PuTTYgen and I already tried to replace the key in case my older was ...
Furin's user avatar
  • 572
2 votes
1 answer
684 views

TortoiseGit and TortoiseSVN installed together - SVN+SSH settings messed up

I've been working with SVN (TortoiseSVN) through SSH for quite a while without any problem. Recently I had to add git, so I installed TortoiseGit. Since then, my SSH connection for SVN suddenly doesn'...
Joris Meys's user avatar
  • 108k
4 votes
1 answer
332 views

Does the .git directory hold remote passwords or SSH keys?

I have my Git project in a Dropbox public folder, including the .git directory. I have my SSH key saved in TortoiseGit which I use for committing and pushing to GitHub. Are these saved elsewhere, or ...
Keavon's user avatar
  • 7,413
1 vote
1 answer
2k views

TortoiseGit fails on clone and push

TortoiseGit fals on cloning and push cloned repo. I'm using ToroiseGit and msysgit. Using valid keys. And console thing (git-cmd.bat) works correctly! But TortoiseGit does't, what's wrong? fatal: '...
Alex's user avatar
  • 331
1 vote
1 answer
766 views

Using Pageant with TortoiseGit with two accounts - need to keep deleting SSH keys

I have access to two BitBucket accounts. I want to use SSH for both of them. I'm using TortoiseGit and Pageant for authentication. However, I have to keep removing the SSH keys from Pageant to be ...
greg84's user avatar
  • 7,589
0 votes
2 answers
1k views

GUI public ssh key generator

Is there any GUI tool for non tech-savvy users that are not willing to use CLI allowing them to generate public rsa key? (except the putty method) This is the common case when one of the project ...
Sfisioza's user avatar
  • 3,930
61 votes
11 answers
100k views

TortoiseGit with openssh key not authenticating using ssh-agent

I'm setting up a git environment on Windows XP (msysGit 1.7.11, TortoiseGit 1.7.14) and trying to achieve following points : ssh connection on a port different than default 22 ssh authentification ...
kraymer's user avatar
  • 3,424
32 votes
4 answers
36k views

Why is the "Load putty key" field in TortoiseGit disabled?

I would like to connect to my repository using an SSH key instead of a username & password. However when I try to do this in TortoiseGit I can not enter the key because the "Load Putty Key" is ...
Mihir Bhatt's user avatar
  • 3,135
1 vote
1 answer
7k views

Puttygen RSA keys work with command line git on windows

The problem: When I try to use a ssh2-RSA key generated by puttygen with the command line git tool the key is rejected. Details: I have TortoiseGit installed on my computer (as well as msysgit). ...
Eric Fode's user avatar
  • 3,697
3 votes
1 answer
3k views

Auth fails on Windows XP with git and tortoisegit

My authentication keeps failing. I've created my SSH keys and the public key has been imported by the local git admin, but I still get prompted for a password: git.exe clone --progress -v "git@...
Bri's user avatar
  • 33