Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Egit hangs clone from repository with ssh
Egit hangs clone from repository with ssh [message #1229524] Thu, 09 January 2014 16:21 Go to next message
Barry Adams is currently offline Barry AdamsFriend
Messages: 1
Registered: January 2014
Junior Member
Hi, I'm using Zend eclipse for PHP Developers version 3.2.0 for windows. And i'm trying to clone a git repository using ssh.

I first enter my private key into

windows->preferences->general->network connections
and set my ssh2 home a c:\users\myuser\.ssh
and the private key c:\users\myuser\.ssh\id_dsa

I go to window->open perspective->other->Git repository exploring
select clone a git repository, enter the url

ssh://myuser@myhost/opt/git/repository.git

(This repository exists and clones fine for me from git under cygwin using
the same private key.)

and click next.

It goes to the Branch selection window, and hangs at getting remote branches information, with the green bar moving. I've have tried used jdk 1.5 1.6 and 1.7
to no avail. Is this a known bug, or can you suggest what i need to do get it
working. Can any help please.
Re: Egit hangs clone from repository with ssh [message #1229671 is a reply to message #1229524] Fri, 10 January 2014 00:23 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
If your repository is large and/or contains large files you may need to increase jgit buffer sizes
under Preferences > Team > Git > Window Cache. Increase window cache limit to increase
the buffer cache used to map files into memory. Increase stream file threshold to a size larger
than the largest file in your repository. This may require to also increase max heap size available
to Eclipse.
Previous Topic:Rollink back the upstream master
Next Topic:[SOLVED] EGit shows (seemingly random) changes on newly checked out branch
Goto Forum:
  


Current Time: Fri Mar 29 05:12:31 GMT 2024

Powered by FUDForum. Page generated in 0.02839 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top