Manu
Manu

Reputation: 40

Unable to git clone , Failed to connect to github.com port 443: Network is unreachable

git clone https://github.com/plataformatec/devise.git

generates error

fatal: unable to access 'https://github.com/plataformatec/devise.git/': Failed to connect to github.com port 443: Network is unreachable

I am using a personal tata photon connection and ubuntu 14.04 LTS , I am new to git and any help is welcome ...

Upvotes: 0

Views: 6568

Answers (2)

sangeethulugonda
sangeethulugonda

Reputation: 29

I have faced the same issue, there will be a issue with delay in appache resonse due to DNS resolve.

Added line #vi /etc/hosts 209.105.235.6 freeswitch.org

Upvotes: 1

Mayur Nagekar
Mayur Nagekar

Reputation: 811

I have faced this a couple of times. I generally try the normal ssh protocol instead of https when this happens.

Upvotes: 2

Related Questions