You probably forgot to upload your public key to the gerrit service. Alternatively you can use the instructions I published int the Tizen IVI kernel wiki:
https://wiki.tizen.org/wiki/IVI/artem-kernel#Cloning_the_kernel It tells about cloning anynymously using the git:// protocol, and how to clone via ssh when there is a proxy. The wiki page is for the ivi kernel, but the instructions work for any other tizen.org package - just put the correct name and may be the correct sub-path instead of "profile/ivi". On Thu, 2013-10-31 at 06:28 +0000, Prathamesh P Ghanekar wrote: > Hi, > > I wish to build TIZEN IVI for FreeScale iMX.6 board using GBS build > system. > > I started with the steps mentioned in the developers’ > guide.( > https://source.tizen.org/documentation/developer-guide/clone-tizen-source) > > > > 1)My .ssh/config file looks like follows: > > Host tizen > > Hostname review.tizen.org > > IdentityFile /home/patni/.ssh/id_rsa > > User prathamesh > > Port 29418 > > > > Host review.tizen.org > > Hostname review.tizen.org > > IdentityFile /home/patni/.ssh/id_rsa > > User prathamesh > > Port 29418 > > ProxyCommand nc -X5 -x <proxyuser>:<proxypassword>@<proxyserver>:8080 > %h %p > > > > 2)And following is my ~/.gitconfig file: > > [user] > > name = prathamesh ghanekar > > email = [email protected] > > [http] > > proxy = "http://<user>:<password>@<proxyserver>:8080" > > [https] > > proxy = https://<user>:<password>@<proxyserver>:8080 > > > > 3)After uploading SSH public key and generating https password from > TIZEN gerrit,I tried all of the following commands, but none worked: > >ssh tizen > > >ssh review.tizen.org > > >ssh review.tizen.org –p 29418 > > > > All of them gave me the same error as follows: > > >ssh: connect to host review.tizen.org port 29418: Connection refused > > > > 4) Since, this did not work, I chose the other option i.e. cloning > repositories using https instead of ssh. > > After downloading repo, I tried to initialize repo with following > command: > > >repo init -u > https://prathamesh:<HTTP_Password>@review.tizen.org/gerrit/p/scm/manifest -b > tizen -m ivi.xml > > > > But, I ended up getting following error: > > fatal: Cannot get > https://gerrit.googlesource.com/git-repo/clone.bundle > > fatal: error [Errno -2] Name or service not known > > > > N.B. My firewall(ufw) is disabled and iptables are cleared. > > > > Could you please help me out with these errors?? > > Thanks in advance. > > > > Regards, > > Prathamesh > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Information contained and transmitted by this e-mail is confidential > and proprietary to iGATE and its affiliates and is intended for use > only by the recipient. If you are not the intended recipient, you are > hereby notified that any dissemination, distribution, copying or use > of this e-mail is strictly prohibited and you are requested to delete > this e-mail immediately and notify the originator or > [email protected]. iGATE does not enter into any agreement with any > party by e-mail. Any views expressed by an individual do not > necessarily reflect the view of iGATE. iGATE is not responsible for > the consequences of any actions taken on the basis of information > provided, through this email. The contents of an attachment to this > e-mail may contain software viruses, which could damage your own > computer system. While iGATE has taken every reasonable precaution to > minimise this risk, we cannot accept liability for any damage which > you sustain as a result of software viruses. You should carry out your > own virus checks before opening an attachment. To know more about > iGATE please visit www.igate.com. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > _______________________________________________ > General mailing list > [email protected] > https://lists.tizen.org/listinfo/general -- Best Regards, Artem Bityutskiy _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
