Top "Egit" questions

For questions about the EGit Eclipse plugin for the Git version control system.

'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository

I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's weird, because a …

eclipse git bitbucket egit atlassian-sourcetree
How to resolve conflicts in EGit

I am using EGit on Eclipse v4.3 (Kepler). I want to commit and push my changes. I do a pull …

eclipse git egit
How do I set up Eclipse/EGit with GitHub?

I've never used Git before and would like to learn. I have a private repository with GitHub. I've installed the …

eclipse git github egit
Push eclipse project to GitHub with EGit

I am successfully pushing my project to GitHub using EGit. My repository is called HelloWorld. My project in eclipse is …

eclipse github egit
Egit rejected non-fast-forward

I am getting this message while pushing to github repository. Can you tell me step by step procedure to fix …

eclipse github egit
git stash and git pull

I am new to Git and I am using EGit eclipse plugin to commit. I modified few files and I …

git egit git-stash
Eclipse EGit Checkout conflict with files: - EGit doesn't want to continue

I've started Eclipse EGit. In some scenarios it is really not comprehensive. I have local file e.g. pom.xml …

eclipse git merge conflict egit
"Auth Failed" error with EGit and GitHub

I've installed EGit plugin at Eclipse Helios and I'm trying to use it with my GitHub account, but when I …

eclipse github egit
Eclipse project-wide error: Warning: The environment variable HOME is not set. The following directory will be used to store the Git

Started Eclipse and got this error. How do I fix it? Warning: The environment variable HOME is not set. The …

eclipse git egit
Eclipse git checkout (aka, revert)

Is it possible to do the equivalent of git checkout from within Eclipse using the EGit plugin? I have a …

eclipse git eclipse-plugin egit