EGit is an Eclipse plugin for the Git version control system.
23
votes
5answers
10k views
Eclipse + EGit: clone project into workspace
I'm a little confused about how EGit workes.
I have an existing git repository on Github and want to clone it into my workspace.
My goal is to have the local repository directly stored inside my ...
1
vote
2answers
240 views
can't push upstream using EGit
I use EGit in eclipse to pull and push.
my config is:
[remote "origin"]
fetch = refs/heads/*:refs/remotes/origin/*
push = refs/heads/*:refs/remotes/origin/*
local branch is master
...
68
votes
11answers
18k views
The current branch is not configured for pull No value for key branch.master.merge found in configuration
I get this error when I try to pull from remote repository using Egit team>pull
The current branch is not configured for pull No value for key
branch.master.merge found in configuration
42
votes
15answers
17k views
“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 try to configure it I get an "Auth Failed" error.
I'd been googling it but no luck... it seems ...
16
votes
3answers
3k views
Eclipse/Egit, Push to Remote menu choice is grayed out
I created a repository on GitHub. I set up a local git repository using Eclipse and Egit.
With Team > Remote > Push. I managed to push the local repo to the one on GitHub.
Now I expected to be ...
45
votes
6answers
11k views
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 file that's been modified. I want to discards the changes and revert the file back to what's in ...
11
votes
6answers
7k views
How do I push to Git Repo given the following error: An internal Exception occurred during push: ssh://git@github.com/xxx/xxx.git: session is down
I recently set up a github account to store the source code of a project I have been working on.
I am using egit eclipse plugin to push changes to github.
I successfully pushed the initial code and ...
9
votes
5answers
2k views
Using GIT on USB stick for “travelling code”
I have exhaustively searched for answers to my question here and on Google. I have found some great resources and learning tools for understanding Git and what it does, but I need to get some ...
1
vote
2answers
800 views
Bitnami GitLab 5.0 and git & Eclipse EGit quick start
We have just set up GitLab 5.0 using Bitnami stack and need quick start.
By Bitnami default SSH is disabled. That is OK with me, I'd prefer use HTTP. But it seems that GitLab 5.0 doesn't smoothly ...
21
votes
4answers
5k views
How to import a GIT non-Eclipse Java project into Eclipse?
I have some problems importing a Java project into my workspace. I am following this tutorial - however I can not use the final Import existing projects step because the GIT repository I use does not ...
21
votes
3answers
3k views
EGit - SSH Fails at Passphrase (when connecting to GitHub)
I am using Eclipse Indigo RC4 with EGit (bundled). I have a project which I have committed to my local repository, and now I want to push from that to a remote repository I have in GitHub.
Pushing / ...
15
votes
11answers
13k views
Can't clone remote git repository with EGit
I am trying to clone remote git repository with Egit, via https protocol.
I followed this online tutorial.
When I insert URI: https://username@host:port/repositorypath, password and click NEXT,
I ...
34
votes
5answers
12k views
Confusion in choosing between JavaGit, JGit and EGit
I am making a Java application that uses Git. I found that there is something called
JavaGit, EGit and JGit.
I know that JavaGit and EGit/JGit are different. What I don't understand is the difference ...
19
votes
1answer
8k views
EGit requires org.eclipse.team.core
I am getting this error when installing EGit:
Cannot complete the install because one or more required items could
not be found. Software being installed: EGit Import Support
...
4
votes
1answer
2k views
Using GitHub with Eclipse
This is probably a stupid question but I have downloaded EGit, created in GitHub, and I am able to commit/push using the command line. However, I couldn't figure out how to commit/push files to a ...
10
votes
11answers
12k views
“Invalid project description”, importing from GIT repo problem
After copying my GIT repo from a PC computer onto my MAC, i can't seem to import it to an eclipse. Import happens via eGit plugin directly from existing local git repository.
Same exact import works ...
2
votes
1answer
86 views
can EGit be used with existing Eclipse projects and existing Git repos?
I have been using Eclipse and Git. Now I want to use EGit. My project has 4 packages. Each package has a Git repo.
When I import Git repos into EGit, there is an instruction in the user docs to ...
3
votes
2answers
1k views
How to work around “multiple merge bases” error in EGit Eclipse plugin?
Using eclipse egit plugin I've encountered "multiple merge bases" exception.
Before I've managed to resolve the situation, but this time nothing helps.
Even after creating additional commits and ...
1
vote
1answer
406 views
How to do an “ours” merge using the Eclipse git merge tool?
I'm trying to do a merge where I have conflicts and one file has diverged massively. The eclipse git merge tool is great for small changes, but one of my files is large and has hundreds of explicitly ...
33
votes
15answers
12k views
Strange xml error: Incorrect line ending
I haven't used Eclipse since 1 week ago. Today I started it and I noticed that it loaded slowly. When it was started it prompted this:
I thougth that maybe Eclipse has updated something of Android ...
9
votes
2answers
4k views
EGit SSH Exception caught during execution of ls-remote command
I set up a GIT Server in our internal network. I can push to it using git://...../ and with the option --enable=receive-pack on the server.
But when I try to push via ssh using EGIT Eclipse ...
2
votes
2answers
101 views
egit plugin for Eclipse
I have created a gitlab repository and followed the installation instruction by the letter and it was successful (i think... i can browse the repository online) and now I want to connect the egit ...
2
votes
2answers
4k views
EGit Local vs. Remote repositories
I'm new to git and am wrapping my head around how I'm supposed to be using git and egit. From the egit tutorial, I have setup a respository on GitHub, pushed my Eclipse projects to the remote GitHub ...
9
votes
4answers
4k views
Egit Refuses to accept id_rsa
I'm a first time git user trying to setup egit in Eclipse so I can continue to easily code through Eclipse. Problem is, every time I try to clone a repo through egit, it gives me the error "Cannot ...
5
votes
1answer
1k views
The is nothing changed, but eclipse egit keep to marked the file as changed
I'm using eclipse egit with github. I found something strange that I didn't change anything, but egit marked the file as "changed". See the images:
the file "run.bat" is marked as "changed"
...
5
votes
2answers
2k views
Compatibility of EGit - or are there alternatives?
I'm developing with Eclipse and managing my repositories with git and gitorious. Until now, I used git on the command line. I've looked around for a way to integrate git into Eclipse and found EGit. ...
3
votes
2answers
971 views
EGit on Eclipse: How to git push --force?
I've run into a problem with my origin/branch being out of sync with my local branch, see below
When I try to PUSH from my local "staging" branch to the origin/staging branch I get the "rejected - ...
3
votes
2answers
747 views
How to ignore [source path] linked resources in EGit?
If I add linked resources to my eclipse project like this:
<linkedResources>
<link>
<name>[source path] src</name>
<type>2</type>
...
1
vote
4answers
3k views
Using putty's pagent with egit in Eclipse
I'm trying to access a private remote SSH git repository via the Eclipse 'egit' module. I'm running Eclipse on Windows. Eclipse doesn't seem to automagically work with putty's pagent for ...
10
votes
1answer
1k views
Egit hooks do not get triggered
I have a git repo with a pre-commit hook that intentionally fails 100% of the time.
cat .git/hooks/pre-commit
> exit 1
If I try to commit through the command line, it fails as expected. ...
8
votes
1answer
5k views
Can EGit (Eclipse git plugin) use an SSH key instead of a username and password?
The git central repository to which I need to commit is configured using SSH keys. My username is jmglov, but when I perform git operations (e.g. git clone), I use this configuration:
: ...
7
votes
3answers
2k views
Is it better to keep Git repository inside or outside of Eclipse workspace?
I am a typical Eclipse/Subversion user beginning the migration to Git. I've researched the basic concepts of git and have decided to stick to a one project per repository approach initially to keep ...
7
votes
2answers
3k views
Why is the merge tool disabled in Eclipse for a EGit-managed project?
As per the EGit User Guide, to use the merge tool, one should right-click on the resource with a merge conflict and then select Team > Merge Tool. However, when I do this, the Merge Tool option is ...
5
votes
3answers
4k views
Eclipse + Maven + Git + Multi-Module projects = Unhappiness
We've got a multi-module project using Eclipse and Maven. The only way I could get it to work in the past was to use a flat layout for the projects, where the parent module was a peer to the other ...
5
votes
2answers
1k views
Controlling eGit's treatment of symbolic links
I am setting up a project that will be shared among several programmers at my organization. We are using git--to which I am a newcomer. The project directory includes symbolic links to documentation ...
4
votes
1answer
6k views
Change User location(home variable) in Egit (Eclipse)
I use Eclipse Indigo and Windows 7 and plugin egit/jgit for Eclipse.
How to change user location in egit? I should do it, because it contains special characters, which doesn't understand egit. I want ...
4
votes
1answer
6k views
Importing git project into workspace without using egit
I asked a question a relating to Egit a few weeks ago & it was suggested that I read pro git, which I have been referencing.
I'd rather use git from the command line and wait for egit's stable ...
3
votes
2answers
306 views
Keep getting Invalid author specified. Example: A U Thor <author@example.com>
Using Eclipse Indigo and egit, everytime I commit a pop up appears
and has my name and email in the author and committer boxes. They look fine. however, egit tells me:
Invalid author specified. ...
3
votes
2answers
7k views
How do I create a remote git repository in EGit and link it to an existing Eclipse project?
I am using Eclipse Helios and EGit. I am new to Git. I have an existing Eclipse project for an Android app I would like to place in Git. Can someone please share some instructions on how to setup a ...
2
votes
1answer
409 views
Git “NO-HEAD” statement
I am using EGit plugin for Eclipse but whenever I add my project to Git, the plugin puts a "NO-HEAD" indication next to my project folder in Eclipse directory view. Am I doing something wrong ? What ...
2
votes
1answer
659 views
Eclipse EGit and git on command line show different status
In my git repository I can do git status and it tells me that everything is up to date:
[598] : git status
# On branch master
nothing to commit (working directory clean)
If I connect to the ...
2
votes
1answer
776 views
EGIT branches local vs Remote tracking
I am new to GIT. I use EGIT with eclipse.
I have a question about branches where I see two sections "Local" and "Remote Tracking". If I have to work on one of the branches, I think there are two ways ...
2
votes
3answers
2k views
Problems cloning 1and1 git repository in 1and1 shared Linux server with Eclipse EGit
I have just setup a git repository in my 1and1 shared hosting. 1and1 offers git as part of the Linux business package and I decided to use it instead of installing my own git.
When I do dir .git I ...
2
votes
2answers
378 views
How to keep .git folder out of a Cloned Eclipse Project
Issue
After importing an Eclipse project from a cloned git repository, I make some changes and commit - and wtf? I get a ".git" folder added to the project, the whole shebang with the heads and refs ...
2
votes
1answer
997 views
Unable to Install EGit in Eclipse
I am trying to install EGit from this tutorial. It says to add the plugin url in Help -> Install New Software.
Put In my Case I am not getting the add button on Install New Software dialog (see ...
1
vote
1answer
199 views
Adding an extra remote repository in EGit
I have 3 different git repositories:
An open source project
My own fork of the project on GitHub, which was forked from 1.
My local repository, which was cloned from 2.
I work on 3., and can ...
5
votes
1answer
784 views
After “Auth failed” dialog, now EGit no longer asking for user name and password
I've been using for a while a small git repository that has been set-up for me and I'm using EGit to commit and push my changes. (it's not github or anything like it, just a repository set in a common ...
5
votes
1answer
2k views
Where can I find an updatesite zip for eGit on Eclipse 3.6 behind a firewall?
My Eclipse is running behind a firewall. I cannot use any of the update sites listed on the eGit download page: http://www.eclipse.org/egit/download/ and none of the links there provide a full zip ...
3
votes
2answers
2k views
EGit Clone Does not work
I can clone from command line but not via EGit (Eclipse). Extensive Googling did not yield an answer. This has been asked many times before, and I tried pretty much everything suggested.
I keep ...
3
votes
1answer
1k views
How to disable EGit temporarily?
When doing things like git repack from the command line, a pack gets locked and can't be removed, thus doubling the repo size. The culprit is most probably EGit holding the file open (which is bad in ...

