This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM67A: Cannot build ti-vision-apps

Part Number: PROCESSOR-SDK-AM67A

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 -

https://git.ti.com/cgit/

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.