Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Download is not happeining through git server(fatal: unable to connect a socket (No such file or directory))
Download is not happeining through git server [message #648500] Thu, 13 January 2011 09:24 Go to next message
ramakant  is currently offline ramakant Friend
Messages: 11
Registered: January 2011
Junior Member
I am trying to download the eclipse source code from git server but its throwing socket connection exception.

$ git clone git://dev.eclipse.org/org.eclipse.e4/org.eclipse.e4.xwt.git
Cloning into org.eclipse.e4.xwt...
dev.eclipse.org[0: 206.191.52.50]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)

Can some one help me on this, what is the reason or any other way through which i can download the code.
Re: Download is not happeining through git server [message #648539 is a reply to message #648500] Thu, 13 January 2011 13:10 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 01/13/2011 04:25 AM, ramakant wrote:
> $ git clone git://dev.eclipse.org/org.eclipse.e4/org.eclipse.e4.xwt.git
> Cloning into org.eclipse.e4.xwt...
> dev.eclipse.org[0: 206.191.52.50]: errno=No such file or directory
> fatal: unable to connect a socket (No such file or directory)

This looks like a firewall issue at your end (maybe your company doesn't
allow the git protocol ports open).

When I execute your line as is, it works for me:
bash-4.1$ git clone
git://dev.eclipse.org/org.eclipse.e4/org.eclipse.e4.xwt.git
Initialized empty Git repository in
/opt/pwebster/git/xwt/org.eclipse.e4.xwt/.git/
remote: Counting objects: 24868, done.
remote: Compressing objects: 100% (5134/5134), done.
remote: Total 24868 (delta 13673), reused 24837 (delta 13662)
Receiving objects: 100% (24868/24868), 7.76 MiB | 2.14 MiB/s, done.
Resolving deltas: 100% (13673/13673), done.



--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:Remote javascript debugger
Next Topic:how to pass arguments to a Part
Goto Forum:
  


Current Time: Wed Apr 24 22:51:12 GMT 2024

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

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

Back to the top