This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem cloning Arago Git Repository

I'm trying to clone the latest Arago Project. I've cloned arago.git and arago-bitbake.git without a problem but with arago-oe-dev.git I get this error:

git clone http://arago-project.org/git/arago-oe-dev.git

error: The requested URL returned error: 403 (curl_result = 22, http_code = 403, sha1 = 119684dd8f1aaba010687d742232579653ee19cf)
error: Unable to find 119684dd8f1aaba010687d742232579653ee19cf under http://arago-project.org/git/arago-oe-dev.git
Cannot obtain needed commit 119684dd8f1aaba010687d742232579653ee19cf
while processing commit edca42bd4c52866eb77fadad6b1c3a477aed41a5.
error: Fetch failed.

  • Terry,

    When I tried the git clone today, it worked fine for me.  Could you try it once again today?

    yokoyama@ubuntu:~/tmp/poi$ git clone http://arago-project.org/git/arago-oe-dev.git
    Initialized empty Git repository in /home/yokoyama/tmp/poi/arago-oe-dev/.git/
    Checking out files: 100% (24251/24251), done.
    yokoyama@ubuntu:~/tmp/poi$

    Regards,
    Atsushi

  • Hi Terry,

    I'm trying to clone the latest Arago Project. I've cloned arago.git and arago-bitbake.git without a problem but with arago-oe-dev.git I get this error:

    git clone http://arago-project.org/git/arago-oe-dev.git

    error: The requested URL returned error: 403 (curl_result = 22, http_code = 403, sha1 = 119684dd8f1aaba010687d742232579653ee19cf)
    error: Unable to find 119684dd8f1aaba010687d742232579653ee19cf under http://arago-project.org/git/arago-oe-dev.git
    Cannot obtain needed commit 119684dd8f1aaba010687d742232579653ee19cf
    while processing commit edca42bd4c52866eb77fadad6b1c3a477aed41a5.
    error: Fetch failed.

    Ideally for git clone you should specify the git url, for example in you case it should be :

    git clone git://arago-project.org/git/arago-oe-dev.git

    Regards,

    --Prabhakar Lad

  • Thanks for the responses. It does help to know it's working somewhere else. It is still is giving me the error. And yet  I can clone all the other's (arago, arago-utils, etc). I also have the same error on other boxes so I'm thinking it's my network.

    Also, I will try and get "git clone git://arago-project.org/git/arago-oe-dev.git" to work.