| Crates.io | git-http-backend |
| lib.rs | git-http-backend |
| version | 0.1.3 |
| created_at | 2024-12-24 09:14:14.687976+00 |
| updated_at | 2024-12-24 21:08:57.917973+00 |
| description | A simple git http backend server written in rust |
| homepage | https://github.com/lazhenyi/git-http-backend |
| repository | https://github.com/lazhenyi/git-http-backend |
| max_upload_size | |
| id | 1493756 |
| size | 70,893 |
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