views:

60

answers:

1

I am using Git Version Control witht he JGit Plugin for the eclipse IDE. when I changed the location of my repo, and when to push to the new repository. I am receiving the following error message.

Cant connect to any repository: 
git+ssh/username@remoteIPAddressgoeshere/srv/wma/git
Transport error occured during push operation: 
Java.IOException: Channel is Broken)
+1  A: 

Even though that has been reported in the EGit forum, there isn't yet a a bug report either in egit bugs or jgit bugs (like there was for a similar push error)
So the right move would be to enter a bug in JGit with as many detail as you can (which is why I refer to this old Egit bug report as an example)

VonC