Frage

I am trying to checkout arago-project's oe-layersetup using below command.

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

It is throwing error like "fatal: protocol error: bad line length character: Prox"

But I can able to checkout some other repos using git protocol. It is working fine. I have setup git proxy. Because I am working under corporate firewall.

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

can anyone help me in resolving this issue.

Please find the log below:

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$
War es hilfreich?

Lösung

Git clones are working fine without any problem. Make sure you are not using any proxy.

enter image description here

If you need to use proxy anyways, then check the proxy settings whether it allows http/https as it is the most commonly used protocol.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top