|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

This same error happened for me, but the JDK version did not appear to be the issue. I thought I would share, in case anyone else runs across what I did:
At least in some configurations, this error can be caused by using an SSH key that is too long. In my case, I used a 4096-bit RSA key, which ssh/git/GitHub normally have no problem with. Switching to using a 2048-bit RSA key alleviated this problem.