Expand description
§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
Re-exports§
pub use actix::handler::ActixGitHttp;
pub use actix::router as actix_git_router;