Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getting 443 error while checking out code from github

I am trying to get the nova code from github and I got the following error :

#git clone https://github.com/openstack/nova.git
Initialized empty Git repository in /home/avikki/Desktop/nt/nova/.git/
error: Failed connect to github.com:443; Operation now in progress while accessing https://github.com/openstack/nova.git/info/refs

fatal: HTTP request failed

can you suggest what to do ?

like image 288
user2160312 Avatar asked Oct 22 '22 15:10

user2160312


1 Answers

It works for me without errors. You may be experiencing connectivity issues - notice that the error description says that git Failed to connect to github.com:443. Check out this answer: GitHub - HTTPS access which offers some possible solutions.

like image 122
Ivan Zuzak Avatar answered Oct 27 '22 12:10

Ivan Zuzak