git-http-backend

Crates.iogit-http-backend
lib.rsgit-http-backend
version0.1.3
created_at2024-12-24 09:14:14.687976+00
updated_at2024-12-24 21:08:57.917973+00
descriptionA simple git http backend server written in rust
homepagehttps://github.com/lazhenyi/git-http-backend
repositoryhttps://github.com/lazhenyi/git-http-backend
max_upload_size
id1493756
size70,893
ZhenYi (lazhenyi)

documentation

README

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
Commit count: 8

cargo fmt