Hello, I am also seeing this and seeking a solution.
1) errors
I am also seeing folowing errors since yesterday (as far as I am aware)
>fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
>fatal: unable to connect to git.freescale.com:
git.freescale.com[0: 192.88.156.202]: errno=Connection timed out
For my command like below, which used to work.
>repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.0.0-agl-demo.xml
2) workaround
This maybe server side fault, but since I can see these repository on cgit share, I tried following
(in ~/.gitconfig)
>[url "https://git.freescale.com/git/cgit.cgi/imx"]
> insteadOf = git://git.freescale.com/imx
Initially this seemed to work, but I get the following erros.
>fatal: https://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release/info/refs not valid: is this a git repository?
>fatal: https://git.freescale.com/git/cgit.cgi/imx/meta-nxp-agl/info/refs not valid: is this a git repository?
I guess URL constructed by repo command internally is not valid so I am seeing this error.
But I am unable to find a right workaround.
In case accssing via https is safer/more stable, I would like to use that, but in such case I want to know what is the right customization in .gitconfig.