Source Sync is Failing

Hello,

I am running the source_sync.sh script with the following command w/ L4T 32.6.1:
sudo ./source_sync.sh -t tegra-l4t-r32.6.1

I get the following error:

Cloning into '/Linux_for_Tegra/sources/kernel/nvidia'...
fatal: unable to connect to nv-tegra.nvidia.com:
nv-tegra.nvidia.com[0: 34.216.216.36]: errno=Connection refused
nv-tegra.nvidia.com[1: 35.82.181.43]: errno=Connection refused

Has anyone run into this? I can manually clone via nv-tegra.nvidia.com, but I would prefer to use the script to make things easier.

Thanks!

My network was blocking the port used for git://. When it changed all references to git:// to https:// in source_sync.sh, the issue was resolved.

3 Likes

Good to know issue resovled.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.