4 releases
0.1.3 | Dec 24, 2024 |
---|---|
0.1.2 | Dec 24, 2024 |
0.1.1 | Dec 24, 2024 |
0.1.0 | Dec 24, 2024 |
#424 in HTTP server
345 downloads per month
24KB
568 lines
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
Dependencies
~17–28MB
~481K SLoC