proxy - git check out arago-project throwing protocol error -
i trying checkout arago-project's oe-layersetup using below command.
#git clone git://arago-project.org/git/projects/oe-layersetup.git it throwing error "fatal: protocol error: bad line length character: prox"
but can able checkout other repos using git protocol. working fine. have setup git proxy. because working under corporate firewall.
example: #git clone git://github.com/ti-openlink/ti-utils.git can me in resolving issue.
please find log below:
xxx@xxx:~/tmp/git$ git clone git://arago-project.org/git/projects/oe-layersetup.git cloning 'oe-layersetup'... fatal: protocol error: bad line length character: prox xxx@xxx:~/tmp/git$
git clones working fine without problem. make sure not using proxy.

if need use proxy anyways, check proxy settings whether allows http/https commonly used protocol.
Comments
Post a Comment