【问题标题】:git check out arago-project throwing protocol errorgit 检查 arago-project 抛出协议错误
【发布时间】:2013-08-10 00:16:03
【问题描述】:

我正在尝试使用以下命令检查 arago-project 的 oe-layersetup。

#git clone git://arago-project.org/git/projects/oe-layersetup.git

它抛出类似“致命:协议错误:坏行长度字符:Prox”的错误

但我可以使用 git 协议签出其他一些 repos。它工作正常。 我已经设置了 git 代理。因为我在公司防火墙下工作。

example: 
#git clone git://github.com/TI-OpenLink/ti-utils.git

谁能帮我解决这个问题。

请在下面找到日志:

xxx@xxx:~/tmp/git$ git clone git://arago-project.org/git/projects/oe-layersetup.git
Cloning into 'oe-layersetup'...
fatal: protocol error: bad line length character: Prox
xxx@xxx:~/tmp/git$

【问题讨论】:

    标签: git proxy texas-instruments bitbake


    【解决方案1】:

    Git 克隆运行良好,没有任何问题。确保您没有使用任何代理。

    如果您仍然需要使用代理,请检查代理设置是否允许 http/https,因为它是最常用的协议。

    【讨论】:

      猜你喜欢
      • 2020-08-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-04-02
      • 1970-01-01
      • 2016-12-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多