git clone : HTTP request fatal

I want to install osm2pgsql on my debian system but here is the error I get :

git clone https://github.com/openstreetmap/osm2pgsql.git Cloning into osm2pgsql... error: Failed connect to github.com:443; Operation now inprogress while accessing https://github.com/openstreetmap/osm2pgsql.git/info/refs

fatal: HTTP request failed

I can see no other way to install osm2pgsql, so what can I do?


我遇到过这种情况,我可以使用http://而不是https://像这样克隆:

git clone http://github.com/openstreetmap/osm2pgsql.git
链接地址: http://www.djcxy.com/p/48972.html

上一篇: 为什么git'pull request'不叫'推送请求'?

下一篇: git clone:HTTP请求致命