Sometimes in Eclipse, while trying to push a commit to OpenShift, we get "read timed out" error. The cause of the error is a setting in Eclipse which times out the push after 30 seconds.
In order to change the time out settings, do the following:
1. Open Window > Preferences
2. Click on Team > Git
3. Increase the "Remote connection timeout (seconds):" setting to something like 180.
4. Click OK to save the setting.
This should stop the error from occurring in future commits.
In order to change the time out settings, do the following:
1. Open Window > Preferences
2. Click on Team > Git
3. Increase the "Remote connection timeout (seconds):" setting to something like 180.
4. Click OK to save the setting.
This should stop the error from occurring in future commits.
No comments:
Post a Comment