Search code examples
gittizen

How to download(all) the source code from this site by using git?


I'm trying to get tizen's source code from https://review.tizen.org/git/ by using:

git clone git://review.tizen.org/git

But I get:

fatal: The remote end hung up unexpectedly

How to fix this? the site is not specific in the address of git.


Solution

  • You'll see there are a bunch of different projects at that link. so you'll have to do something like the following:

    git clone git://review.tizen.org/git/tools/sbs.git
    

    Also I'll assume you have the correct access rights. Also you may want to look at All-Projects.git as it has some config and access information you need.