I have been unsuccessful in contacting git://git.ti.com/keystone-linux/u-boot.git. I have also tried https://git.ti.com/keystone-linux/u-boot.git with no success.
GIT results:
git.exe clone --progress -v "git://git.ti.com/keystonne-linux/u-boot.git" "C:\<path_hidden>\TI\u-boot"
Cloning into 'C:\<path_hidden>\TI\u-boot'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.29.193]: errno=No error
HTTPS results:
git.exe clone --progress -v "https://git.ti.com/keystonne-linux/u-boot.git" "C:\<path_hidden>\TI\u-boot"
Cloning into 'C:\<path_hidden>\TI\u-boot'...
fatal: unable to access 'https://git.ti.com/keystonne-linux/u-boot.git/': SSL certificate problem: unable to get local issuer certificate
Is anyone else having trouble connection to git.ti.com?