Tagged Questions
2
votes
1answer
32 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 ...
0
votes
1answer
398 views
What depends on HOME variable in EGit?
If home environment variable is not set, EGit displays a message like this
I don't want to set my HOME variable but want Git store it's data in special directory.
I set Default repository folder ...
1
vote
1answer
209 views
How to isolate Eclipse workspace from git local repository?
I installed EGit on Juno and created a Java project in workspace of Eclipse. Then I shared that project to Git. Then when I check the project's properties, I found that the project had been moved from ...
0
votes
0answers
61 views
why java project is created as subfolder in github repository
I've created HelloWorld repository in github and clone it using Egit in eclipse galileo-SR2-win32. Then, I created java project using eclipse locally , shared it with local repo and pushed it to ...
0
votes
1answer
16 views
Egit: My files are updated in all the branches
I am using EGit in Eclipse. I have one local repository with a Working directory and two branches. I have create a branch based on the master branch. I have added a folder and a file in the folder in ...
0
votes
1answer
648 views
Egit pull failure showing error
I am facing problem with egit pull option.I can do push in my repo but cannot do pull from the repo. It comes with an error can anyone tell me the full process of pull.After googling i came to know ...
6
votes
5answers
2k views
Multiple Git repositories for each Eclipse project or one Git repository
I am in the process of moving to Git from SVN. In SVN I had multiple eclipse projects in a single SVN repository that is convenient for browsing projects. I was going to move to having one git ...
2
votes
1answer
512 views
How do I reconnect a moved git repository with it's original project in Egit?
I have a number of projects within an Eclipse workspace. One project is connected with a git repository. This is the original directory/project structure:
Eclipse_workspace
...
1
vote
1answer
200 views
egit, How to set up a repository on a web server, in Eclipse
I've managed to set up a repo on my local C drive, but I want to be able to set one up on a web server.
I can assess the server like this:
But what I want to do is this:
However, when I try and do ...
3
votes
1answer
3k views
EGit push operation giving error: “Error occurred during unpacking the remote end”
Error occurred during unpacking the remote end
Steps, which I followed:
On system A (remote):
Installed EGit
Create a project
Share that project
Create repository
Add and commit that project to ...