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
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
48 views

egit strange behavior when working also whit git console

I'm using eclispe egit (msysgit) on windows7 and i've noticed some strange behavior For example 1.) i'm on master branch 2.) switch to devel with egit in eclipse 3.) go to console and do : git ...
0
votes
2answers
287 views

Git - Push new commit and ignore uncommitted changes

I'm working with an Android app from a repo on Github. I've cloned the repo and I've made a change to one of the views, I've committed the change in Eclipse using the Egit plugin. I now need to ...
1
vote
1answer
195 views

setup remote Git server for testing EGit

I need to setup a Git server on windows 7 with IIS to test my EGit with eclipse. Eventually it would be use to checkout and checkin from a remote server. But I would like to test the remote checkout ...
2
votes
1answer
501 views

EGit - fetch, merge, pull troubles

OK, here's the deal. I have Git installed on my Debian (lenny) remote server. Git version there is 1.5.6.5. I intend to use it as a remote shared/backup repository. My development machine is running ...
1
vote
1answer
87 views

How do I reference an specific hard drive on Windows?

I'm trying to configure EGit on my portable Eclipse app. I needed then to install PortableGit on my USB drive as well. After that I'm trying to reference the System Setting from the Eclipse's ...
4
votes
2answers
196 views

How do I get git to stop changing newlines in my files?

I'm using git/github with Eclipse/EGit on Windows. Something -- not sure if it's git or EGit -- is modifying my files by playing games with newlines. Leaving aside the mystery of what a version ...
3
votes
2answers
1k views

Egit shows all files as changed

I'm working with Git on my Windows 7 PC on the command line and with TortoiseGit. This works fine. Now I've installed EGit for Eclipse. EGit is showing all files as changed although git status ...
0
votes
2answers
358 views

Eclipse crashed, files got corrupted, now I can't install or uninstall EGit plugin

I am trying to configure Eclipse for Windows to meet my workplace's requirements, and in doing so the program ran out of memory and crashed. I am trying again with a fresh install (deleted all files I ...
3
votes
2answers
817 views

Egit very slow at handling big projects

The problem is that Egit/Eclipse is very slow at dealing with big Java projects (~2,000k files). Very slow means following on a windows 7/quad core/SSD setup: 60 seconds for drawing the commit ...