Awesome
http-git-server
a http git server implement by flask
install
pip3 install -r requirement
startup
pythpn3 server.py
usage
git clone http://host:port/xxx.git
git push/pull
if the repo is not exist, then the repo will be created automatically