Tool/software:
Building the processor SDK fails at ti-vision-apps recipe citing unable to fetch resources
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.208]: errno=Connection refused
manually trying to clone one of the apps in the list of repos throws the same error,
git clone git://git.ti.com/processor-sdk/imaging
Cloning into 'imaging'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection refused
Is the ti git server down? Could you please let me know when it will be available?
manually pining the git server -
ping git.ti.com
PING git-a10.ext.ti.com (198.47.28.207) 56(84) bytes of data.
^C
--- git-a10.ext.ti.com ping statistics ---
457 packets transmitted, 0 received, 100% packet loss, time 466948ms
However the git repo web interface is accessible through -
but cloning with https throws an error,
git clone git.ti.com/.../imaging
Cloning into 'imaging'...
warning: redirecting to git.ti.com/.../
warning: remote HEAD refers to nonexistent ref, unable to checkout.