git server for Python3(on Flask).
- git client
- Python 3.+
- flask
pip install flask
- flask
mkdir repos
git init --bare repos/aaa
git init --bare repos/bbb
python app.py
git clone http://localhost:5000/aaa
git clone http://localhost:5000/bbb
- stewartpark/git-server.py
- Python2 to Python3.