I have a project files which works on x86 nvidia devices. Now I need to build it on jetson agx xavier but the build process has several open source build including openssl and it clones repos using git. And it fails because of Chinese Great Firewall. I am not sure how to figure out this on jetson agx xavier.
I can use vpn on other devices but for jetson agx xavier there seems no vpn.
I think you can copy git repository or packages if those are valid in PC, to Jetson devices.
The problem is calling git clone is done in my project building automatically.
Do you know what the exact git clone command is? If you can name what software URL is being downloaded, then it might help. You might be able to clone to a different computer, and then simply copy it to the Jetson.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.