Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Google repo?

I am trying to install google repo on my machine. The reference link is http://source.android.com/source/downloading.html#installing-repo

After chmod a+x ~/bin/repo, and after installing repo go ahead with further steps.

Do I have execute the repo file? I just understood that I need to install repo before proceeding to further steps but how? I am new to mac and have no idea how to execute a file.

like image 426
user1079065 Avatar asked Oct 13 '25 12:10

user1079065


1 Answers

You can type in terminal the following comands:

   curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
   chmod a+x ~/bin/repo
like image 173
leesagacious Avatar answered Oct 15 '25 00:10

leesagacious