언어 설정

Menu
Sites
Language
Fail to clone Tizen sources

I follow these instructions in order to have all projects locally and build images from it. I face the following problem:

$ repo init -u https://blumental:<http_passwd>@review.tizen.org/gerrit/p/scm/manifest -b tizen -m mobile.xml

> fatal: unable to access 'https://blumental:<http_passwd>@review.tizen.org/gerrit/p/scm/manifest/': Could not resolve host: blumental
> fatal: unable to access 'https://blumental:<http_passwd>@review.tizen.org/gerrit/p/scm/manifest/': Could not resolve host: blumental
> fatal: cannot obtain manifest https://blumental:<http_passwd>@review.tizen.org/gerrit/p/scm/manifest

I checked settings of my account on review.tizen.org: my username is indeed 'blumental'.

What could be the reason of it?

P.S if there's a special forum for platform developers give me the link please.

Edited by: Maxim Blumental on 19 3월, 2016

Responses

2 댓글
daniel kim

Hi,

I succedded to download Tizen 2.3 source code using SSH. I would suggest you to download it using it if you have a trouble so far.

And you can post your query about platform to below mailing list as well .

   https://lists.tizen.org/

Regards.

Maxim Blumental

The trouble was in the generated HTTP password. It contained slash which is not acceptable. I cleared it, generated again and everything works.