Reputation: 9232
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)
Upvotes: 1
Views: 564
Reputation: 1328292
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)
Upvotes: 1