Tagged Questions
0
votes
1answer
46 views
EGit spams git repository with typechanges
I am using Eclipse Egit on Suse 11.0 with git version 1.8.0.1. Egit: 2.1.0
When I am cloning a repository from gerrit in Egit, I see a lot of typechanges in />git status
...
typechange: ...
2
votes
2answers
93 views
Will deleting a local git repo affect the remote repo?
I did a git clone to my computer. After that I realized that I cloned the project to wrong directory. What I want to do now is delete the project folder from my computer and do a git clone to another ...
0
votes
1answer
272 views
Egit: Cloning a repository via SSH
I'm trying to clone a remote repository via SSH using EGit.
I've made some progress by setting http.sslverify to false and turning up the remote connection timeout.
Now the cloning makes progress, ...
7
votes
1answer
1k views
How to download/clone a new branch from my server git repository into an already created local git repository in my PC with Eclipse EGit
This is driving me crazy.
I created a git repository in a Linux server hosted by my hosting company.
I cloned it to a local copy using Eclipse EGit.
I then created a branch in the original git ...
2
votes
1answer
1k views
Problem occurs when using EGit for cloning repository in Eclipse (Missing unknown)
there.
I am using EGit to import a project into Eclipse under Ubuntu 10.10. But at the end of the import, Eclipse complains as follows:
Git repository clone failed.
Missing unknown
...
0
votes
2answers
989 views
Unable to clone repository using Egit and Eclipse
I have windows server 2003 as my Operating Systme.
I am using WAMP for my php development.
I am using Eclipse Helios for PHP Developers for my development.
I have installed msysgit and tortoiseGit ...