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.

enter image description here

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


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -