git clone error from git.freescale.com

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

git clone error from git.freescale.com

ソリューションへジャンプ
3,279件の閲覧回数
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 解決策
2,376件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

3 返答(返信)
2,376件の閲覧回数
patrickjakob
Contributor II

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

0 件の賞賛
返信
2,377件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------

2,376件の閲覧回数
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 件の賞賛
返信