Tool/software:
Unable to clone via git://. Cloning via https is working. Is something blocking it at the TI side?
13:03 $ git clone git://git.ti.com/ti-u-boot/ti-u-boot.git Cloning into 'ti-u-boot'... fatal: unable to connect to git.ti.com: git.ti.com[0: 198.47.28.208]: errno=Connection refused
The following is working:
13:14 $ git clone https://git.ti.com/git/ti-u-boot/ti-u-boot.git Cloning into 'ti-u-boot'... remote: Enumerating objects: 1115504, done. remote: Counting objects: 100% (1537/1537), done. remote: Compressing objects: 100% (744/744), done.
But we cannot change to it as it comes with the Yocto build in the meta-ti package.