Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
so I'm trying to install a repo (manteras) but this comes up
fatal: 'git' is not available
fatal: [Errno 2] No such file or directory
Please make sure git is installed and in your path.
is there a way to fix this?

so I'm trying to install a repo (manteras) but this comes up
fatal: 'git' is not available
fatal: [Errno 2] No such file or directory
Please make sure git is installed and in your path.
is there a way to fix this?
That's an odd one, my friend.
I would make sure that your bin folder is set up properly, and defined in your path, (use google)
Did you make sure to install git?
I would follow the instruction on setting up your environment http://mtdev.us/build/build-cm7/
I'm building on os x. when i do
sudo apt-get install git-core gnupg flex bison gperf build-essential \
zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs \
x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev \
libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown \
libxml2-utils xsltproc
i get
sudo: apt-get: command not found