آقا این چه مسخره بازیه که گوگل درآورده... تحریم...! برجام...! مثل خر تو گل موندم... چرا دانلود نمیشه... چرا VirtualBox از پراکسی ویندوز (میزبانش) استفاده نمیکنه...
Repo is a tool built on top of Git that makes it easier to manage projects that contain multiple repositories, which do not need to be on the same server. Repo complements very well the layered nature of the Yocto Project, making it easier for customers to add their own layers to the BSP.
Create a directory named bin in your home folder
Download the tool
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
Make the tool executable
$ chmod a+x ~/bin/repo
Add the directory to the PATH variable
$ PATH=${PATH}:~/bin