EGit is an Eclipse plugin for the Git version control system.

learn more… | top users | synonyms

1
vote
0answers
26 views

Egit push doesn't change files in remote repository

I came to know about the git / egit version control system last week, seems too good to be true .So thought to shift from SVN to git..Since last week I am trying to understand the basics and concepts ...
1
vote
1answer
41 views

Confused about Git (EGit) - Project in workspace is the same with project in local repository

I am currently developing a project and I decided to use Git for my version control. I came accross this confusion. Here is what I did. Assuming I already installed EGit in my Eclipse. I created a ...
0
votes
1answer
19 views

Eclipse cannot connect to remote git server via ssh egit funny refname [remote rejected]

I have set up a git repository through Gerrit. I am trying push my local repository to a remote one i just created with Gerrit (ssh Linux box). I have imported my RSA keys into both Gerrit and Eclipse ...
1
vote
1answer
14 views

How to create a new remote branch with EGit?

Let's say I have an Eclipse Project which uses versioning control with EGit and is connected with a remote repository git@myrepo.com:git2013. In my project, under the local branch newstuff, I create ...
0
votes
0answers
42 views

Sharing Git Patches between IntelliJ Idea & Eclipse

Our team uses both IntelliJ Idea (v11 and v12) and Eclipse, maintaining a project that is stored in Git. We're looking to exchange patches between users, in order to do pre-commit reviews. It ...
0
votes
0answers
7 views

Eclipse and EGit . Push?

I am using GIT as DVCS. I have a team working with me on a project.Last night when I committed changes to the repository. It caused lost of previous changes made by other developers.(I did this: ...
0
votes
1answer
13 views

EGit: what problems will I run into because there's no Recursive Merge available?

I've been looking into using EGit for Eclipse. Apparently it's based on JGit which is not a complete implementation of git - so no recursive merge functionality. If I'm understanding the ...
0
votes
1answer
14 views

Does the Egit Eclipse plugin support the use of bugtraq IDs?

I can't seem to find this in the documentation. I need to be able to set a numerical ID with each commit... Does anyone know if this is possible? And if so, how can I enable this in EGit?
0
votes
1answer
16 views

Eclipse Egit not picking up configured remote repository

I have since upgraded to Juno and the latest version of Egit. However, i noticed that when i attempt to push to a remote repository, the configured remote repository is defaulting to some random ...
0
votes
2answers
49 views

How do you set the Java classpath in eclipse?

I am having trouble importing a project from git into eclipse as a Java project. Existing questions say to import it from git, then modify the .project file to change it into a Java project. I was ...
0
votes
0answers
14 views

Storing credentials failed in fetch using EGIT

Initially I had the same problem as described in egit - not authorized. First, I successfully cloned the repository from Bitbucket. Then, I tried to fetch and got the error “not authorized” ...
1
vote
1answer
36 views

How to make eclipse remember ssh key passphrase?

I'm using Egit with Eclipse to use git and access github. Everything is working fine but one thing that I wish to omit to type id_rsa key passphrase everytime I push my commit to github. I'm asked to ...
1
vote
1answer
145 views

“cannot pull into a repository with state: merging_resolved”

After some pulling, merging and conflict resolving, my GIT is stuck. This is what I tried to do (with EGit) on the main project: "Pull" returns "cannot pull into a repository with state: ...
0
votes
1answer
42 views

Why is this git workflow causing issues?

I'm trying to use git on a team project with one other person. I'm trying to use just the bare minimum as this is the first time the other person has used git. As such, we're both just committing to ...
1
vote
1answer
64 views

eclipse is always complaining about remote git does not supoort smart http push

I know there are a few questions related to this topic on the Internet but I just still cannot solve the problem after digging them out. On the server side, I have a repository located at: ...
1
vote
1answer
55 views

Eclipse Egit Cannot Run Program CreateProcess error=2

I am trying to import a GitHub repository into Eclipse and I keep getting the below error. Cannot run program "path" CreateProcess error=2, The system cannot find the file specified. The path has ...
0
votes
1answer
13 views

Error in EGIT in checkout from SpringSource repository

I am using Eclipse GIT (EGIT) to check out from https://github.com/SpringSource/spring-mvc-showcase After trying to clone the repository I am receiving the error: ...
0
votes
1answer
30 views

Update my git working directory via EGit with Synchronise Workspace

I'm working with the Git plugin for Eclipse. To update my working directory, I used to do a Pull or a Fetch+Merge. When there is a conflict to resolve, I use the merge tool. But recently I tried a ...
0
votes
1answer
38 views

How can I merge a Tag on my branch?

I'm working with only a master branch, just like this: BRANCH (Remote repo) A --> B --> C ( --> D --> E ) User1 starting from A does two commit B and C (local commit, tag, e push to remote) User2 ...
2
votes
1answer
43 views

EGit working / root directory

I am trying to use EGit while doing Salesforce development. My problem is this. I don't like how EGit is pushing the folder structure. Its pushing like this: project_name --.settings ...
0
votes
0answers
10 views

What files should I push to Github for a version controlled jsf project using eclipse?

As the question says. I am starting an open source project with a friend of mine. But I am new to Github and would like to use it. We have no code right now. I've created a repository in Github and a ...
1
vote
1answer
55 views

How to commit changes inside a submodule in Eclipse's eGit?

So Eclipse's git plugin - eGit - has been supporting submodules for a while now (they added support in 1.3 release on February 15, 2012, so over a year now). I just started to use them. I am able to ...
1
vote
1answer
36 views

Benefits of installing Git prior to EGit [closed]

According to EGit's website, EGit does not require Git in order to work, but according to the official EGit tutorial, Git installs some system-wide settings that Egit does not, but can read and use. ...
0
votes
1answer
60 views

EGit - not authorized message on “Pull”

I've just created a local clone successfully (using my credentials), but when I try doing "Pull" I get an error message: (changed repos address manually to an abstract one) ...
0
votes
1answer
25 views

Egit not able to fetch from remote repository

I just started using git in combination with bitbucket.org and egit (eclipse git plugin) for a home-project. I never used git before (for university projects I only used SVN), so I wanted to learn ...
3
votes
0answers
310 views

Invalid channel 117 - Eclipse / EGit

I'm using the latest versions of Eclipse (4.2.1) and EGit (2.3.1) to push code to git repositories that are hosted at Assembla. Lately I start getting those messages: "Invalid channel 117". The push ...
0
votes
1answer
55 views

Egit transport error while connecting to eclipse source code [closed]

I have been trying for couple days to download eclipse source code. Always showing the following error message. I followed the following step. Installed Egit plugin Configured Git and added ...
0
votes
1answer
19 views

Can you push / pull between two identical repositories with EGit?

I've got a repository A that I would like to copy to create B. Then I'd like to be able to pull A->B, do some merging, then push B->A. Is this possible with EGit?
0
votes
1answer
54 views

Trying to move GIT Project from IntelliJ IDEA to Eclipse with EGit?

My firm is making me move back to Eclipse and I am trying to move GIT Project from IntelliJ IDEA to Eclipse with EGit?. The issue I am having is that I access my project from the command line with the ...
0
votes
1answer
13 views

How to put the content of a Eclipse Project inside github?

I have a Eclipse project and I shared it in github. In my local repository I have: .../github/eer/content_of_project So, in my github project github project I have eer/content_of_project. I saw in ...
0
votes
1answer
10 views

Target Location in Sharing a Project using Egit

I'm starting in git world now. So, I want to create a new repository using Egit. I create a Java Project in Eclipse, after Team>Share Project. The figure represents my window that I will describe ...
0
votes
0answers
30 views

Pydev console fails with 503 error when Egit is installed

I have just installed Egit v2.3.1 in Eclipse 3.7.2 with PyDev 2.5.0. However, now when I try to open an interactive python console I get this error: Unable to connect debugger to Interactive Console ...
1
vote
1answer
53 views

Structuring an eclipse project containing multiple git repositories

I'm using Eclipse CDT and egit and I need to construct a single project from multiple repositories. One contains the main body of the source code and the other contains utility scripts used as part of ...
1
vote
1answer
37 views

EGit clone dialog: Clean old URIs from content assist suggestions

How can I get rid of old URIs in the "Clone Git Repository" dialog in Eclipse Juno? If you hold CTRL and the press space bar you get a list of all the URIs you've ever used. I want to delete all but ...
1
vote
1answer
30 views

git/EGit loses remote configuration

EGit loses remote configuration. I have such Remotes configuration (2 remotes): But in the morning I get again (origin point to /PaulVI): git remote output: ...
1
vote
1answer
62 views

Egit, create readme.md and push to Github

I'm using EGIT with Eclipse Juno. I've created a free repo on Github (without initializing it with a README.md) How can I create the README locally and push it to Github? Whenever I try, Github ...
1
vote
1answer
54 views

Eclipse Egit : Label decorations does not show and option does not remain checked

Without any apparent reason (no update whatsoever), since a few days the EGit text decoration doesn't show up in Eclipse any more. It is unchecked in "Window > Preferences > General > Appearance > ...
0
votes
0answers
31 views

Best way with Egit and Android or AppEngine projects to handle different team member environments

If each team member on an Eclipse Android or AppEngine project has a different computing environment with, for example, different paths for SDKs, java, etc., what is the best way to set up EGit and a ...
0
votes
1answer
35 views

How do I switch to a new local git repository using egit on Eclipse for Windows

I am new to Eclipse and git and recently set up a repository on a network drive which is now being shared with someone else. Consequently I want to add my own local repository between me and the ...
1
vote
2answers
729 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 ...
1
vote
1answer
47 views

GIT support for ACE online IDE

I have extended ACE - Code Editor for Web to support a language which we are developing. Now I want to add Git support or use GitHub APIs to the IDE which we built with ACE. I have looked into JGIT ...
0
votes
1answer
23 views

Egit can't fetch README changes

I'm using Eclipse 4.2.1 and EGIT. I've done the following: Created an account on Github. Created a Repo and initialized it with a readMe from Github at the time I created it. Cloned the repo using ...
0
votes
2answers
95 views

ClassNotFoundException when running an android app

I'm trying to run the Spydroid app from . But run into a "Unfortunately Spydroid has stopped" as soon as it runs on my Nexus 4. I used egit to grab a copy of the code into a new project in eclipse. ...
2
votes
1answer
34 views

Shortening Eclipse git workflow

I use a rebase workflow with Egit in Eclipse. I work on a local branch, call it "working" for the purposes of this question. When I'm ready to integrate my changes, I have to: Switch to master Pull ...
0
votes
0answers
27 views

Eclipse EGit: Transport Error with Bitbucket

This is the error I get. I reinstalled everything and I am still getting the same error. This is my HTTPS address: https://karlmorrison@bitbucket.org/Drotth/medialibrary.git What is the problem ...
0
votes
2answers
62 views

Why won't Egit let me push my repository to github after adding new files to a freshly cloned repo?

Basically I'm using Eclipse with Egit on Windows. I was having issues with a file not pushing correctly so I just started a new repository since it was a small project. So I deleted the repository ...
1
vote
1answer
44 views

Eclipse ADT known hosts

I have trouble getting the official Windows ADT 21.1.0 distribution to connect to a git repository. No matter what I tried(details below) it complains about host key not present in the registry and ...
0
votes
1answer
40 views

Checkout a github project to Eclipse

i need to checkout on my Eclipse Workspace an existing project hosted on github, i have the project URL, i already installed Egit and Mylyn on Eclipse, but i dont know what's the next step, could you ...
0
votes
1answer
68 views

Eclipse - Exclude root directory from git repository?

I'm trying to setup a git repository for my Eclipse project using EGit. However, I'm having trouble excluding the root/project directory from the repository. That being, my project has the structure: ...
0
votes
1answer
12 views

Changing github identifiers in eclipse

I am working on a project shared through github and eclipse, and I can commit without problems, my partner however, entered the wrong identifiers(username and password) the first time he remote ...

1 2 3 4 5 11