An open API service indexing awesome lists of open source software.

https://github.com/serialt/git-mirror

同步github项目到gitee
https://github.com/serialt/git-mirror

gitee github sync

Last synced: about 2 months ago
JSON representation

同步github项目到gitee

Awesome Lists containing this project

README

          

## Git-Mirror

同步github项目到gitee

默认读取的配置文件为`~/.git-mirror.yaml`,需要先配置gitee的访问token

配置文件模板
```yaml
gitLog:
logLevel: debug
workspace: /tmp/mac_mirror
gitee:
user: xxxxx
token: xxxxxxxxxxx
private: false
githubRepo:
- melbahja/goph
```

### build
```shell
cd cmd && go build -o git-mirror
```