discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GIT checkout of Gnu Radio failed!


From: West, Nathan
Subject: Re: [Discuss-gnuradio] GIT checkout of Gnu Radio failed!
Date: Thu, 27 Mar 2014 13:38:17 -0700

On Thu, Mar 27, 2014 at 1:25 PM, Sara Chérif <address@hidden> wrote:
> I tried this command but I got this output :
> address@hidden:~/gnuradio$ git clone --progress
> https://github.com/gnuradio/gnuradio.git.
> Cloning into 'gnuradio.git.'...
> fatal: https://github.com/gnuradio/gnuradio.git./info/refs not found: did
> you run git update-server-info on the server?


I just tried this and it works. It looks like the URI you were trying
had a period after .git, which would cause it to not work. Make sure
the URI doesn't have a period at the end exactly like this: git clone
--progress  https://github.com/gnuradio/gnuradio.git


> I searched for the problem , I found in this link that i have to change in
> ./git/config
> http://stackoverflow.com/questions/9343189/did-you-run-git-update-server-info-error-on-a-github-repository
> but I didn't find this file ,, where can i find it (sorry i am new to Ubuntu
> )
>
> Then I found in the file named " build-gnuradio " this line
> git clone --progress  http://git.gnuradio.org/git/gnuradio.git >>$LOGDEV
> 2>&1
> and i changed it to:
> git clone --progress  https://github.com/gnuradio/gnuradio.git >>$LOGDEV
> 2>&1
> as you said
>
> But I have the same output!!
>
> Fetching Gnu Radio via GIT...Cloning into 'gnuradio'...
> error: Unable to get pack file
> http://gnuradio.org/git/gnuradio.git/objects/pack/pack-4efcc5d853d522a5d355d67387c7f37121663227.pack
> transfer closed with 17230768 bytes remaining to read
>
> error: Unable to find 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c under
> http://gnuradio.org/git/gnuradio.git
> Cannot obtain needed object 6d7dd3f7609d9ec26acefdf040be0e8bb77a222c
> while processing commit 85ae8fc1e6b7397eb6dc774e2e4eaf8049265b13.
> error: Fetch failed.
> Could not find gnuradio/gnuradio-{core,runtime} after GIT checkout
> GIT checkout of Gnu Radio failed!
> Send success/fail info to sbrac.org?Y

I didn't follow what you did there, but it doesn't sound helpful.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]