- This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Unable to Pull repository from Github
Hello ,
I am trying to build NDN-tools on Fabric nodes which need resources from Github. However, when I run git clone command, Fabric node shows the error that
unable to access 'https://github.com/named-data/ndn-tools.git/': Failed to connect to github.com port 443: No route to host .
So I was wondering if I was missing any network settings for the nodes to get access to Github.
Thanks,
Best Regards,
Xusheng
If you VM is using an IPv6 address, which is the case with all FABRIC sites except MAX, then sites like github and dockerhub may not be accessible wince they are IPv4 only. A temporary solution is to use a NAT64 as mentioned on https://nat64.net/
Thanks so much for your help. I am able to pull the file with nodes on MAX site.