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:\testThen, create a file test.git under drive E.
git init --bare e:\test\test.gitNow we can clone the repository
git clone http://localhost/test/test.git