0

I have no problem cloning/commiting from my ssh link, but if I ask tortoiseGit to do it on shhLink/trunk i'll get a 128 error.

"fatal: The remote end hung up unexpectedly"

Any idea why? Thanks.

Heetola
  • 5,791
  • 7
  • 30
  • 45
  • Are you sure there is a branch called trunk on your sshLink remote? So, you are having no problems committing to the master branch then? – jimiyash Apr 20 '12 at 18:33
  • Can you provide any other information? Perhaps you have access to the SSH logs on the server? It's kind of hard to reproduce or even guess with the information provided. – Tim Post Apr 21 '12 at 13:47

1 Answers1

1

Somehow my key was not being handled properly.

I had to manually go in putty configuration, set my key and ask tortoiseGit to let putty decide what to do.

Heetola
  • 5,791
  • 7
  • 30
  • 45