Sir, I am working on a project to implement a GSM test-bed scenario. I need do install openBSC. I go through your page indicating the installation guide. My problem is git clone is not working.Everytime it is telling that the server is not responding. When i tried to install using tarballs the version conflict is coming in case of libosmo-abis and openbsc as the tarballs are provided of different versions. libosmocore 0.1.30 but libosmo-abis needs libosmocore >=0.3.0 . Please help me regarding this.
On 05/19/2012 08:46 AM, Manan Bhatt wrote:
Sir,
I go through your page indicating the installation guide. My problem is git clone is not working.Everytime it is telling that the server is not responding.
Please check with your corporate IT and ask them to open the port for the git protocol.
holger
Manan Bhatt wrote:
git clone is not working.Everytime it is telling that the server is not responding.
Please read http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
It works for me.
$ git clone git://git.osmocom.org/openbsc.git Cloning into openbsc... remote: Counting objects: 36292, done. remote: Compressing objects: 100% (7106/7106), done. remote: Total 36292 (delta 29565), reused 35641 (delta 29042) Receiving objects: 100% (36292/36292), 5.23 MiB | 464 KiB/s, done. Resolving deltas: 100% (29565/29565), done.
Did you use the correct URL? If yes, please consult your network administrator.
//Peter
sir,thanks for very fast reply.i will do according to your instruction.thanks again..
On Sat, May 19, 2012 at 12:47 PM, Peter Stuge peter@stuge.se wrote:
Manan Bhatt wrote:
git clone is not working.Everytime it is telling that the server is not responding.
Please read http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
It works for me.
$ git clone git://git.osmocom.org/openbsc.git Cloning into openbsc... remote: Counting objects: 36292, done. remote: Compressing objects: 100% (7106/7106), done. remote: Total 36292 (delta 29565), reused 35641 (delta 29042) Receiving objects: 100% (36292/36292), 5.23 MiB | 464 KiB/s, done. Resolving deltas: 100% (29565/29565), done.
Did you use the correct URL? If yes, please consult your network administrator.
//Peter