Tagged Questions
1
vote
2answers
35 views
Cannot make header be indexed
I have a C project in eclipse (TI code composer dist) and have recently started using egit to commit and push to github.
I recently accidentally right-clicked on a header file and selected ignore ...
1
vote
1answer
32 views
Egit strange behavior when checkout
I'm starting to work with EGit. I've created an initial repository and I've done some changes and commits to get Version2. Then I came back to the initial version and changed some files and I ...
1
vote
1answer
39 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
47 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
27 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 ...
0
votes
0answers
47 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
2answers
50 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 ...
1
vote
1answer
39 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
198 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
43 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
69 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: ...
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
44 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
...
1
vote
1answer
62 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
26 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
336 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
64 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
20 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
55 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
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 ...
1
vote
1answer
57 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
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
59 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
1answer
36 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
792 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
52 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 ...
2
votes
1answer
35 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
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 ...
0
votes
1answer
76 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
2answers
34 views
Egit vs Git showing changes on multiple branches?
We've recently moved to Git and are using Egit in Eclipse Juno and have noticed a problem with branch switching. The sequence is:
In BranchA make a change
Do not stage or commit change
Switch to ...
2
votes
1answer
33 views
The Git Repositories tab from eclipse it's empty
I added one repository on eclipse, but when i tried to add a second one both repositories are disappeared. I try to add an existing to view but the eclipse says "1 directories are hidden as they have ...
3
votes
2answers
413 views
How to fix the pushing rejected and asked to pull when pulling results in “everything is up to date”?
Using EGit with Eclipse when I try to push my code into the remote repository I get an error message saying that I should pull first, as shown in Figure 1.
When I then try to pull from the remote ...
0
votes
1answer
634 views
Can Install EGit: Missing requirement: Git Team Provider Core
So I am using Coldfusion Builder with Ecplise. I am trying to get EGit installed in it so I can do Git stuff. The only thing I can ever get installed is EGit 0.11.1 from ...
0
votes
0answers
42 views
cloning github project from eclipse
here's my situation.
First off, i started developing for Android a couple of days ago using AIDE in my Galaxy S2.
All good, created a GitHub repository where i commit and push all my files.
Now, ...
0
votes
0answers
37 views
Telling Eclipse a project is already under Git version control
If I have a project in Eclipse checked out with git clone (or created with git init), but not through Import > Git > Projects from Git, is it possible to tell Eclipse about it without ...
0
votes
1answer
79 views
EGit with Eclipse, what does this mean?
From this screenshot, what does the "box2" part mean?
Also, does the box before the "2" mean that I'm missing a font or something?? I think i saw somewhere that there should be an arrow icon before ...
0
votes
0answers
24 views
Working with git repo via egit
I am trying to connect to my repo on github via egit but during connection error occurred : "Cannot list the available branches. Reason: Exception caught during execution of ls-remote command"
0
votes
1answer
38 views
Eclipse egit, problems with collaboration & tips
Me and my friend are two days into using Git now but we still lack the know-how to use it properly and utilize its full power though it is a tremendous step in the right direction, compared to using ...
2
votes
1answer
398 views
Eclipse EGIT: Current branch not configred for pull
I am working on a tilebased RPG with a friend of mine who has to go away for weeks and we decided it was time to use version control/git. I am starting to regret that. After a few hours we managed to ...
2
votes
1answer
86 views
EGit: Pruning Remote Tracking Branches that have been Deleted on the Remote Repo
I'm using EGit (for Eclipse) with a team of devs. We have been creating a lot of feature and fix branches for new work, and then merging them into our release branches when they are completed. Right ...
0
votes
1answer
25 views
Branch created by someone else is not visible
There is a branch in github that I can access via Eclipse/eGit. A colleague then created a branch off of that existing branch, but that new branch is not visible to me in Eclipse or from the command ...
3
votes
1answer
130 views
Understanding git/eGit push/pull behaviour in Eclipse
Suppose two checkouts of a remote repository exist. When doing a commit/push in eGit from the first local repo and then a pull from second local repo, eGit shows a dialogue confirming the commit that ...
2
votes
1answer
36 views
setting up egit repos for team programming
I am trying to find out what would be the best way to set up egit repos for mutliple developers.
I found some arguments to set up independant repos for each developer and then the recommendation to ...
0
votes
1answer
70 views
EGit 2.3 new --no-ff option, how to use it?
In EGit 2.3 they've added the no fast-forward merge ability according to their release documents
"Support git merge --no-ff as an EGit preference."
...
1
vote
0answers
147 views
“Replace with File in Git Index” appears disabled
I'm using eclipse with Egit. I'm trying to undo the changes of a single file which has not yet been committed. From what I read, it should be as simple as opening up the Git Staging view, right ...
2
votes
1answer
407 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 ...
0
votes
2answers
112 views
Eclipse won't start after uninstalling EGit plugin
I just uninstalled all of EGit plugins that I had before. The uninstall went through smoothly and asked me to restart Eclipse at the end but then Eclipse wouldn't start giving me the following error ...
1
vote
0answers
37 views
Fetched from upstream eclipse github: java.lang.ClassNotFoundException
I'm trying to revert to a previous commit. I'm using Juno eclipse and github/egit.
Reverting works: I can see my old code. But when I try to run it, I get this:
java.lang.NoClassDefFoundError: ...
1
vote
1answer
60 views
How to make a simple revert work on Git / EGit?
Ok. Simple things should be simple, so I hope it is. :)
I have changed a file, now I want to revert back to the latest version in the git repo because my changes are crap and I want to start fresh ...







