febinsathar / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

Unable to git clone source #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ git clone https://code.google.com/p/funf-open-sensing-framework/
Cloning into funf-open-sensing-framework...
error: Connection time-out while accessing 
https://code.google.com/p/funf-open-sensing-framework/info/refs

fatal: HTTP request failed

Original issue reported on code.google.com by dmkin...@gmail.com on 5 Oct 2011 at 10:06

GoogleCodeExporter commented 9 years ago
This might have been related to google code down-time that was announced on 
tuesday night...

Original comment by nad...@gmail.com on 6 Oct 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Just worked for me. Could you please try this again?

git clone https://code.google.com/p/funf-open-sensing-framework/
Initialized empty Git repository in 
/home/nadav/test/funf-open-sensing-framework/.git/
remote: Counting objects: 2438, done.
remote: Finding sources: 100% (2438/2438), done.
remote: Total 2438 (delta 1296)
Receiving objects: 100% (2438/2438), 343.83 KiB, done.
Resolving deltas: 100% (1296/1296), done.

Original comment by nad...@gmail.com on 6 Oct 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Tried again, no change. I switched from Wire to wireless to circumvent possible 
Firewall issues. It is possible that these still exist but I don't think they 
would impact http(s).

Tried next with cygwin. Also connection timeout, 
noted "/info/refs" appendage on access string. 
Before cygwin times out I notice it creates a generic directory structure. 
There do not appear to be any funf specific files in this structure. It deletes 
this when it fails. 

dmkahnX@DMKAHNX-MOBL ~
$ git clone https://code.google.com/p/funf-open-sensing-framework/
Cloning into funf-open-sensing-framework...
error: Connection time-out while accessing 
https://code.google.com/p/funf-open-sensing-framework/info/refs

fatal: HTTP request failed

I also tried  
$ git clone git://code.google.com/p/funf-open-sensing-framewor
Cloning into funf-open-sensing-framework...
code.google.com[0: 173.194.33.40]: errno=Connection timed out
code.google.com[0: 173.194.33.41]: errno=Connection timed out
code.google.com[0: 173.194.33.42]: errno=Connection timed out
...

Original comment by dmkin...@gmail.com on 6 Oct 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Tried again, no change. I switched from Wire to wireless to circumvent possible 
Firewall issues. It is possible that these still exist but I don't think they 
would impact http(s).

Tried next with cygwin. Also connection timeout, 
noted "/info/refs" appendage on access string. 
Before cygwin times out I notice it creates a generic directory structure. 
There do not appear to be any funf specific files in this structure. It deletes 
this when it fails. 

dmkahnX@DMKAHNX-MOBL ~
$ git clone https://code.google.com/p/funf-open-sensing-framework/
Cloning into funf-open-sensing-framework...
error: Connection time-out while accessing 
https://code.google.com/p/funf-open-sensing-framework/info/refs

fatal: HTTP request failed

I also tried  
$ git clone git://code.google.com/p/funf-open-sensing-framewor
Cloning into funf-open-sensing-framework...
code.google.com[0: 173.194.33.40]: errno=Connection timed out
code.google.com[0: 173.194.33.41]: errno=Connection timed out
code.google.com[0: 173.194.33.42]: errno=Connection timed out
...

Original comment by dmkin...@gmail.com on 6 Oct 2011 at 8:09

GoogleCodeExporter commented 9 years ago
Is this issue still open? 

Original comment by alan.gar...@gmail.com on 8 Nov 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Make sure that your http_proxy is not set "incorrectly".

Example
echo $http_proxy
http://foo.bar.baz:3128

Lets say that's its not supposed to be set because you are at home now and 
http://foo.bar.baz:3128 is your work proxy.

You can remove your proxy by doing the following
export http_proxy=

Now try git clone again
git clone http://code.google.com/p/funf-open-sensing-framework/

Original comment by coffey.c...@gmail.com on 29 Nov 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Closing this issue.  Please reopen if it is still a problem.

Original comment by alan.gar...@gmail.com on 12 Jan 2012 at 8:36

GoogleCodeExporter commented 9 years ago
I am getting this error while trying to clone. I have done the proxy settings 
correctly.

git clone https://github.com/dilawar/ee677.git
Cloning into ee677...
error:  while accessing https://github.com/dilawar/ee677.git/info/refs

fatal: HTTP request failed

Original comment by monalisa...@gmail.com on 22 Aug 2012 at 9:58