git-http-backend 0.1.0

A simple git http backend server written in rust
Documentation

Git-Http-Backend

this is a simple http server for git it can be used as a backend for git-http-backend

cargo run --release --bin server -- -r 'e:' -p 80 -a 'localhost'

Next, create a folder test under drive E.

mkdir e:\test

Then, create a file test.git under drive E.

git init --bare e:\test\test.git

Now we can clone the repository

git clone http://localhost/test/test.git