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
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 ...
0
votes
0answers
30 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 ...
1
vote
0answers
91 views

Egit adding Eclipse project folder to git repository

I've created a new empty git repository on BitBucket and now I want to link it to Eclipse. I added the repo to the "Git Repositories" view and created a new project with the same name. I select ...
0
votes
1answer
48 views

How can I push to bitbucket.org without my project parent directory

I had created a remote repo with bitbucket.org, for example, https://somebody@bitbucket.org/somebody/test.git When I pushed my local repo to the bitbucket repo by Eclipse EGit, I got all my project ...
0
votes
2answers
56 views

How updating existing project from remote repository?

I have my project on bitbucket using Git. I want to work on this project from several computers. Commiting the project using EGit in Eclipse works without problems. So far I always delete my project ...
1
vote
2answers
96 views

Can't clone eclipse project into workspace

I'm using Eclipse Juno to develop a java project cloned from bitbucket but when importing the project from my bitbucket repository using Egit eclipse plugin I get this error : Invalid project ...
4
votes
4answers
1k views

Can't push using EGit and Bitbucket

I've been trying to start a project using EGit with Bitbucket but I can't push the project to the repository in the server. These are the steps I've followed (I'll try to be very specific so other ...
0
votes
1answer
244 views

Directories of Java class files found in Git repository cloned from BitBucket, but I can't figure out how to remove them

I created a BitBucket repository of several Eclipse projects, and then used Eclipse with EGit to clone that repository to a new Eclipse workspace to check whether I had put all of the files into ...
0
votes
1answer
78 views

Pushing project to Bitbucket with Egit deletes previous push

When I use Egit to push something to a team in Bitbucket (we are all admins), the previous post from any member is deleted. The same thing happens with the other members if they push something too. I ...
0
votes
0answers
55 views

What i do wrong with Bitbucket and EGit?

Here goes what I did. 1.) Eclipse-> Import-> Projects from Git This worked well. The project i wanted created inside Eclipse. But if I try to commit the code which i opened in Eclipse just now it ask ...
0
votes
0answers
75 views

How to ignore the list of files show in a Commit

I just Imported the project from Bitbucket(GIT) into Eclipse. It worked fine. When i request to Pull again it says everything is up to date. But if i try to commit the same project even without ...
0
votes
0answers
72 views

Why EGit not working?

Here is the repository view shows in Eclipse. There it shows local and FETCH_HEAD has same content, which is the last set of submission by another user. But in my project it shows something older, ...
0
votes
3answers
505 views

EGit Ignore / Android

I've got a .gitignore file and I've also used EGit to "untrack" and "ignore" files in the bin directory of my Android project. Nonetheless, whenever I do a commit, these three files are always there ...