git clone:HTTP请求致命

时间:2013-07-04 12:05:14

标签: git github debian openstreetmap

我想在我的debian系统上安装osm2pgsql,但这是我得到的错误:

  

git clone https://github.com/openstreetmap/osm2pgsql.git   克隆到osm2pgsql中...   错误:连接到github.com:443失败;   访问https://github.com/openstreetmap/osm2pgsql.git/info/refs时正在进行操作

     

致命:HTTP请求失败

我看不到安装osm2pgsql的其他方法,所以我该怎么办?

1 个答案:

答案 0 :(得分:1)

我遇到了这种情况,我能够使用http://而不是https://进行克隆,如下所示:

git clone http://github.com/openstreetmap/osm2pgsql.git