git clone error from git.freescale.com

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

git clone error from git.freescale.com

Jump to solution
2,127 Views
jonathanwebster
Contributor II

Hi all,

I'm trying to pull the baseline code for the sabresd board from the git.freescale.com server as described in the "i.MX Yocto Project User's Guide". The connection to the server times out if I use repo init or git clone. Is there an issue with the server or am I doing something wrong?

USING REPO INIT:

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
Get git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
USING GIT CLONE:
git clone git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
Cloning into 'fsl-arm-yocto-bsp'...
fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
I've verified my git installation and network by cloning from the yocto project:
git clone git://git.yoctoproject.org/poky
Cloning into 'poky'...
remote: Counting objects: 361782, done.
remote: Compressing objects: 100% (87100/87100), done.
remote: Total 361782 (delta 268619), reused 361439 (delta 268277)
Receiving objects: 100% (361782/361782), 131.94 MiB | 4.19 MiB/s, done.
Resolving deltas: 100% (268619/268619), done.
Checking connectivity... done.
Any ideas??
Thanks
Jonathan
1 Solution
1,224 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi, we are working internally to get this resolved.   The GIT managers are aware of the issue and we are working to find the root cause and solution.  In the meantime, you can navigate to the GIT website in web browser and download packages from there.   We hope to have it resolved soon.


Best regards,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

3 Replies
1,224 Views
patrickjakob
Contributor II

I get the same error with repo init or git clone. I have no idea why it doesnt work.

0 Kudos
1,225 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi, we are working internally to get this resolved.   The GIT managers are aware of the issue and we are working to find the root cause and solution.  In the meantime, you can navigate to the GIT website in web browser and download packages from there.   We hope to have it resolved soon.


Best regards,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,224 Views
jonathanwebster
Contributor II

This works for me now.

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth

Thanks

0 Kudos