Gmirror
English | 简体中文
Mirror between git repositories
WARNING! Most of the functions are still in development.
Install
From release(Binary Install)
From source
Prerequisite Tools
1.Fetch from GitHub
git clone https://github.com/countstarlight/gmirror.git
2.Build and install
cd gmirror
go install
Troubleshooting
1.Need to specifie SSH_AUTH_SOCK:
FATA[14:37:03] error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
need to ensure that ssh-agent running:
eval `ssh-agent` # Output: Agent pid xxxx
and private ssh keys added:
ssh-add
# Output: Identity added: /home/orawlings/.ssh/id_rsa (/root/.ssh/id_rsa)