git fails to download boinc source on linux

Message boards : Questions and problems : git fails to download boinc source on linux
Message board moderation

To post messages, you must log in.

AuthorMessage
robl

Send message
Joined: 3 Dec 12
Posts: 15
United States
Message 49692 - Posted: 23 Jun 2013, 15:24:43 UTC
Last modified: 23 Jun 2013, 15:25:46 UTC

here is what I do.


git clone http://boinc.berkeley.edu/git/boinc-v2.git boinc_src_dir

download begins and ends with:

Cloning into 'boinc_src_dir'...
error: Unable to get pack index http://boinc.berkeley.edu/git/boinc-v2.git/objects/pack/pack-f001eaf2ec90f320f3567100aad08bc62eb17a3b.idx

error: Unable to get pack index http://boinc.berkeley.edu/git/boinc-v2.git/objects/pack/pack-d1b1af0f749240e1839cfb6f94e4d59147545f1c.idx

This is on an Ubuntu linux 12.04 LTS node.

TIA
ID: 49692 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 49696 - Posted: 23 Jun 2013, 17:20:59 UTC - in response to Message 49692.  

I have similar problems when using the HTTP address under Windows. Using git://boinc.berkeley.edu/boinc-v2.git as the address, I have no trouble. What about you?
ID: 49696 · Report as offensive
robl

Send message
Joined: 3 Dec 12
Posts: 15
United States
Message 49698 - Posted: 23 Jun 2013, 17:53:38 UTC - in response to Message 49696.  
Last modified: 23 Jun 2013, 17:55:30 UTC

its worse:

git clone git://boinc.berkeley.edu/git/boinc-v2.git boinc_src_code
Cloning into 'boinc_src_code'...
fatal: The remote end hung up unexpectedly

I have checked firewall ports and those used by git are open.
www.usefulramblings.org
ID: 49698 · Report as offensive
robl

Send message
Joined: 3 Dec 12
Posts: 15
United States
Message 49700 - Posted: 23 Jun 2013, 18:50:28 UTC - in response to Message 49698.  
Last modified: 23 Jun 2013, 18:52:13 UTC

its worse:

git clone git://boinc.berkeley.edu/git/boinc-v2.git boinc_src_code
Cloning into 'boinc_src_code'...
fatal: The remote end hung up unexpectedly

I have checked firewall ports and those used by git are open.


Ageless,

Your "git clone git" got me thinking. If the "git clone http://....." command is using port 80 and I am certain it must than I could still have a problem in my firewall structure. I moved to another node and tried the "git clone http://..." and it failed, BUT your "git clone git://....." command worked as promised this time. I have no idea why the "git clone http://..." command fails.

Thanks for making me think.
www.usefulramblings.org
ID: 49700 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 49702 - Posted: 23 Jun 2013, 20:56:23 UTC - in response to Message 49700.  

BUT your "git clone git://....." command worked as promised this time. I have no idea why the "git clone http://..." command fails.

That it worked the second time is because you now used the link I gave you, which misses the extra /git/ in the address.
Why the HTTP address doesn't work is something I don't know. I sent it off to the developers yesterday, and just did so again. Something for them to look into.
ID: 49702 · Report as offensive

Message boards : Questions and problems : git fails to download boinc source on linux

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.