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.

git.ti.com not working

I have not been able to download the ti-linux-kernel repository from git.ti.com today or yesterday (git.ti.com: errno=Connection refused).  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/ti-linux-kernel/ti-linux-kernel.git

Cloning into 'ti-linux-kernel'...
fatal: unable to connect to git.ti.com:
git.ti.com[0: 198.47.28.207]: errno=Connection refused

I also tried using nmap to view the status of git.ti.com vs. github.com and it appears that the git port is closed (see output below):

$ nmap git.ti.com -p http,git

Starting Nmap 7.01 ( https://nmap.org ) at 2019-10-22 08:22 EDT
Nmap scan report for git.ti.com (198.47.28.207)
Host is up (0.047s latency).
PORT STATE SERVICE
80/tcp open http
8008/tcp filtered http
9418/tcp closed git

Nmap done: 1 IP address (1 host up) scanned in 3.72 seconds

$ nmap github.com -p http,git

Starting Nmap 7.01 ( https://nmap.org ) at 2019-10-22 08:23 EDT
Nmap scan report for github.com (192.30.253.112)
Host is up (0.020s latency).
rDNS record for 192.30.253.112: lb-192-30-253-112-iad.github.com
PORT STATE SERVICE
80/tcp open http
8008/tcp filtered http
9418/tcp open git

Nmap done: 1 IP address (1 host up) scanned in 1.30 seconds