All of lore.kernel.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; 13+ 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] 13+ messages in thread

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

Thread overview: 13+ 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 ` Chris Larson
2013-01-20  2:15   ` [bitbake-devel] " Chris Larson
2013-01-20  4:27   ` lei yang
2013-01-20  4:27     ` [bitbake-devel] " lei yang
2013-01-20  6:08   ` lei yang
2013-01-20  6:08     ` [bitbake-devel] " lei yang
2013-01-20 14:05     ` Bernhard Reutner-Fischer
2013-01-20 14:05       ` [bitbake-devel] " Bernhard Reutner-Fischer
2013-01-20 20:07       ` Chris Larson
2013-01-20 20:07         ` [bitbake-devel] " Chris Larson
2013-01-22 10:36 ` [OE-core] " Paul Eggleton
2013-01-22 10:36   ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.