git-local-server-2.4.2 is not a library.
Git Local Server
Serves a Git bare repository over local LAN using an HTTP server
[!WARNING] Don't use as a public solution. The intention of this script is to serve files locally in a private environment to private machines
Getting started
Install Rust by downloading from https://www.rust-lang.org
Install
To install as a crate, just run:
Alternatively, to install from source:
And then, it will be available on your path:
Run
After installing Rust, run by executing:
# or
# or
Commands
serve [PATH]- Serves Git repositories inside of a specified directory (defaults to current directory)init <REPO_NAME>- Initializes a Git repository in the specified pathset-head <REPOSITORY> <BRANCH>- Sets the HEAD branch for a repository
Options for serve
-p, --port <PORT>- Port number (default: 5005)-a, --addr <ADDR>- IPv4 address (default: 0.0.0.0)--no-timeout- Disable server timeout (not recommended)
Build
To build, use just:
Example of rustup build targets:
aarch64-apple-darwin(macOS Apple Silicon)x86_64-apple-darwin(macOS Intel)aarch64-unknown-linux-musl(Linux ARM64)x86_64-unknown-linux-musl(Linux x86_64)x86_64-unknown-freebsd(FreeBSD x86_64)x86_64-pc-windows-gnu(Windows x86_64)
You can also build all default targets at once:
The release targets will be statically built using cargo-zigbuild and output
files will be generated in target/<target>/release/git-local-server.
Name-mapped artifacts can be generated in target/artifacts using: