You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Make a directory where Repo will be stored and add it to the path
$ mkdir ~/.bin
$ PATH=~/.bin:$PATH# Download Repo itself
$ curl https://storage.googleapis.com/git-repo-downloads/repo >~/.bin/repo
# Make Repo executable
$ chmod a+x ~/.bin/repo