command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 15, 2025
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Git 服务器
简介
这是一个基于 Go 语言的 Git 代理缓存服务器。使用缓存引用实现增量拉取数据,减少网络数据传输。
安装
通过 golang
go install github.com/myml/gitcache
export STORE_PATH=/path/to/repositories # 默认值: ./data
export LISTEN_ADDR=:8080
gitcache
通过 docker
docker run -p 8080:8080 -e STORE_PATH=/data -v gitcache:/data ghcr.io/myml/gitcache:latest
使用
git clone http://127.0.0.1:8080/github.com/myml/github.com/github/github-mcp-server
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.