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.
Tool/software:
I have not been able to download the processor-sdk-linux repository from git.ti.com. Can you confirm that this is a known issue? Also, is there a web page that would allow me to check the status of git.ti.com for the current known status (so that I would know if it was down for maintenance)?
git clone git://git.ti.com/processor-sdk/processor-sdk-linux.git
Cloning into 'processor-sdk-linux'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection timed out
Thanks,
Pooja
Hi Pooja,
Have you configured the ssh keys to clone git repositories?
https://stackoverflow.com/questions/41714882/git-how-to-clone-with-ssh-key-username
Also, have you tried to clone using https://git.ti.com/ instead of git://git.ti.com and see if you are able to download.
Best Regards,
Suren