Skip to content

lazhenyi/git-http-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Http-Backend

crates.io Released API docs

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages