1
I’m trying to follow the tutorial for Openshift.
But in the 3rd, there’s step 3 : $ git pull -s recursive -X theirs upstream master
I have the following mistake:
fatal: Unable to connect to github.com: github.com[0: 192.30.252.130]: Errno=No error
What can it be? Proxy settings or service limitations in Openshift .
Did you have any return in doing the
git remote
? (step before thegit pull
)– brasofilo
the firewall is configured to release traffic out of the Openshift network?
– Bruno Coimbra