Hello,
First I'm not an expert in the following matter so please correct me if
I'm wrong here! But my concern is that without HTTPS enabled for git a
man in the middle attack would be possible.
As far as I understand cloning a git repo is atm only possible via
standard git protocol (e.g. git clone
git://common-lisp.net/projects/alexandria/alexandria.git) and I believe
the git protocol is not secured. See
https://gist.github.com/grawity/4392747.
What is the greatest software in world good for if you can't distribute
it securely?