gmirror

command module
v0.0.0-...-a2eecc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2019 License: MIT Imports: 7 Imported by: 0

README

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)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
modules
com

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL