Not sure if this is the correct place to mention this, but notice that if try and browse files on https://git.ti.com/ then get a HTTP 403 Forbidden error it attempt to view files with a .cmd extension.
E.g. attempting to view https://git.ti.com/cgit/hercules_examples/hercules_examples/tree/Bootloaders/SafetyMCU_Bootloaders/TMS570LS31x/bl_link.cmd results in:

Where can browse files with other extensions. E.g. https://git.ti.com/cgit/hercules_examples/hercules_examples/tree/Bootloaders/SafetyMCU_Bootloaders/TMS570LS31x/ls31_can_boot/bl_config.h

I have tried a number of browsers, and they all have the same error.
In the above hercules_examples project, the .cmd files are just plain text linker command files for the TI ARM compiler.
Not sure if the web server is considering them as Windows executables, based upon the file extension, and blocking then.

