Problem Occurred:
Pulling 1 repository
https://github.com/code2care/mynotes.git:
Connection time out: github.com

1) Make sure that you have a stable internet connection and are able to reach github.com
2) Check if there is any outage with GitHub: https://www.githubstatus.com
3) One of the reasons for this error could be that your internet connection is slow and has timed out.
How to increase timeout time for Git in Eclipse
- Go to Preferences (Settings) in Eclipse.
- Now select Version Control (team) -> Git
- Increase the value for "Connection timeout (seconds):" (default is 30)
- Click Apply and Close.

Now try to perform your Git Pull or Push operation it should work.
Have Questions? Post them here!
- How to display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
- How to add to PATH in macOS Big Sur - MacOS
- macOS: Change Weather App Temperature unit from Fahrenheit to Degree - MacOS
- clear is not recognized as an internal or external command operable program or batch file. - DOS
- Fix - zsh: command not found: conda [macOS] - zsh
- Portable Notepad++ for windows - NotepadPlusPlus
- How to minimize all Windows in Mac - MacOS
- Show Chrome Developer Console Keyboard Shortcut on macOS - Chrome
- Java get day of the week as an int using DayOfWeek - Java