Hello @onkar,
Please, have you solved the outdated Python version issue?
Last time I tried to follow the first 2 lessons step by step I managed to make it work. Please, have a look at this document, it might be useful for you:
-
https://docs.google.com/document/d/1...it?usp=sharingDuring my testing, I ran into a similar issue as you describe in lesson 1 with the
repo init command. After entering following command in the terminal:
Following error shows up:
Under the course online video, there is a
Questions & Updates tab, where you can find instructions on how to fix this issue. Entering following commands into the terminal:
export GIT_SSL_NO_VERIFY=1
cd ~
mkdir ~/bin
git clone https://gerrit.googlesource.com/git-repo
cd git-repo
git checkout 27da4ddeb9159573e0207f71e4d9b3ae286b5275
cp repo ../bin
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin I tried the repo command again. I entered following commands:
It worked!
Please try to
reboot your virtual machine, follow the instructions again and let me know if it works for you as well.
Thank you