Olympe Repo Won't link

I have been trying to install Olympe. I can not get past the first step. When I try and clone the repo it gives me the following error.

Please help us if you can.

This is because the repo packet in Ubuntu is actually not working properly…
You can use the Google Repo binary with :

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo

Be sure to have python 3 installed.

2 Likes