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
- Host: GitHub
- URL: https://github.com/serialt/git-mirror
- Owner: serialt
- Created: 2022-04-10T06:21:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T12:02:36.000Z (about 4 years ago)
- Last Synced: 2025-12-27T02:20:21.895Z (6 months ago)
- Topics: gitee, github, sync
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```