Skip to main content

Questions tagged [egit]

The tag has no usage guidance.

1 vote
0 answers
380 views

How to connect with Github repository in Eclipse?

I have created a repository in https://github.com. And installed Eclipse Kepler as the IDE. I want to commit my local file to this remote repository. By default Eclipse Kepler contains Egit for ...
Sukeshini's user avatar
  • 183
0 votes
1 answer
758 views

Where can I download Egit for Eclipse Helios? [closed]

I cannot find any place to download Egit for Eclipse Helios. Even in the links provided in http://www.eclipse.org/egit/download/ not working. Any help will be appreciated. Note: I'm using windows-7 ...
Sukeshini's user avatar
  • 183
0 votes
1 answer
6k views

Why am I unable to Git push even though I've local commits that are yet to be pushed

My eclipse workspace Github repo My workspace has few changes that I want to push to github. I've already commit'd them. Wen I try Push from eclipse, I get the below I am not sure what I am doing ...
Aravind R. Yarram's user avatar
13 votes
1 answer
877 views

EGit (Eclipse) wrongly interpreting file names with non-ASCII characters?

I recently switched to using a Git repository within Eclipse (Juno SR2), using EGit. In our project, some file names contains umlauts and other special non-ASCII-characters. On the command line, git ...
Stefan Seidel's user avatar