Hi!
I'm trying to set up an android 4.4 for a board based on the sabre design. I got the documentation and try to follow it to the point, but I'v come across a problem:
When I try to "git clone git://git.freescale.com/imx/linux-2.6-imx.git kernel_imx" I get a
Cloning into 'kernel_imx'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection refused
I can ping the machine, and I can access it from the browser.
Then I tried "git clone http://git.freescale.com/imx/linux-2.6-imx.git kernel_imx" to go through port 80 instead (which is open), but then I got:
Cloning into 'kernel_imx'...
fatal: http://git.freescale.com/imx/linux-2.6-imx.git/info/refs not found: did you run git update-server-info on the server?
Any ideas? I've to admit that I'm rather clueless about git...
Yours, Christian
Hi,
I just tried the same with no problems.
Are you still having problems?
Best Regards,
Alejandro
Any Solution on the above problem mentioned by Christian???
I am facing the same issue.
Regards,
Sanju.
Hi Sanjay
git clone git://git.freescale.com/imx/linux-2.6-imx.git is working correctly.
Thanks
Saurabh