public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* git address in SRC_URI, doesn't works for me
@ 2013-01-19  9:13 lei yang
  2013-01-20  2:15 ` [bitbake-devel] " Chris Larson
  2013-01-22 10:36 ` Paul Eggleton
  0 siblings, 2 replies; 7+ messages in thread
From: lei yang @ 2013-01-19  9:13 UTC (permalink / raw)
  To: openembedded-core, bitbake-devel

Hi experts.

One git address's prefix is "http" --->
http://git.opensvc.com/multipath-tools/.git,

it means

git clone  http://git.opensvc.com/multipath-tools/.git  ---------> works
git clone git://git.opensvc.com/multipath-tools/.git ---------> doesn't work

I tried SRC_URI with below, both failed

SRC_URI = "http://git.opensvc.com/multipath-tools/.git;protocol=git"
it tells
fatal: reference is not a tree: c23c0d33ed98a1dcee40115018b73cb3d4cda8d7


SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
it doe noting,and trying to find COPING,but it doesn't clone it

any help?


Lei



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-01-22 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19  9:13 git address in SRC_URI, doesn't works for me lei yang
2013-01-20  2:15 ` [bitbake-devel] " Chris Larson
2013-01-20  4:27   ` lei yang
2013-01-20  6:08   ` lei yang
2013-01-20 14:05     ` Bernhard Reutner-Fischer
2013-01-20 20:07       ` Chris Larson
2013-01-22 10:36 ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox