Trying to pull the fresh code from bitbucket and I am continuously getting read time out error.
A popup comes that just says:
Git repository clone failed.
Read timed out.
Clicking on Show Error Log says-
Plug-in: org.eclipse.egit.ui
Date: current time of failure
Open Eclipse and choose Import –> Projects from Git (with smart import) Choose the Clone URI option in the Git import wizard and click Next. Confirm the URI, Host and Repository path parameters and click Next. Choose the Git branches to clone from the remote repository and click Next.
Go to your GitHub.com settings, and in the left hand pane click Personal access tokens . Click Generate new token . Select the scopes that you'd like this token to be able to use, and generate it.
EGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.
This is the way figured out correctly,
Going to- Window -> Preferences -> Team -> Git
And set Remote Connection timeout(seconds)
to some higher value.
The default is set to 30 seconds.
When set to 180 seconds and tried to pull, it worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With