Questions tagged [egit]

5 questions
13
votes
1 answer

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 status show no changes, workspace clean, but…
Stefan Seidel
  • 10,855
1
vote
0 answers

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 connecting with Git. So I just downloaded PDT for it…
Sukeshini
  • 183
  • 1
  • 2
  • 10
0
votes
1 answer

Where can I download Egit for Eclipse Helios?

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 and my eclipse version is 1.3.0 Thanks in advance.
Sukeshini
  • 183
  • 1
  • 2
  • 10
0
votes
1 answer

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 wrong When I right click on the project…
Aravind R. Yarram
  • 175
  • 1
  • 2
  • 6
0
votes
0 answers

Why does Eclipse eGit not respect my "core.hooksPath" setting in my global git config but git command line does?

I'm working on a small application that will run as a git "commit-msg" hook. I've tested it with command-line git, and it's all working fine. When I test it in Eclipse 2024-12 on Windows 11, it doesn't appear to use the git hook, and I have no idea…