【问题标题】:git clone : HTTP request fatalgit clone : HTTP 请求致命
【发布时间】:2013-07-04 12:05:13
【问题描述】:

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

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

致命:HTTP 请求失败

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

【问题讨论】:

    标签: git github debian openstreetmap


    【解决方案1】:

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

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

    【讨论】:

    • 我猜你的意思是“git clone http”://github.com/openstreetmap/osm2pgsql.git”。但我仍然有同样的错误,除了端口发生了变化。它可能是一个代理问题?
    • 谢谢。很高兴你能做到。
    猜你喜欢
    • 2012-08-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-18
    • 1970-01-01
    • 2014-05-26
    相关资源
    最近更新 更多