KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mirror_mygithub
★ 14
Open GitHub ↗
把 github 的项目备份到本地
Download README (.md)
Explore Similar Repositories
livingdoc-confluence
:
This is the GitHub Repository of testIT LivingDoc Confluence Addon- The exclusive solution to bring your acceptance tests to Atlassian Confluence.
Ublue-ContactsList
:
Simulated IOS(iPhone) Alphabetical Contact List(模拟IOS通讯录列表)
006791
:
<Gradle 철저 입문> 예제 소스입니다.
Yatto
:
Parse & play online video with danmaku on local player.
fio-tools
:
project containing some tools to make performance reporting with fio a little easier
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mirror_mygithub
?
Download (.md)
# 同步 github 上的项目 包括: * 自己的项目(含组织) * 标心的项目 解决: 收藏和备份自己的代码库 及时 clone star 的项目 > 有时候某些喜欢的项目可能顺手就 clone 或者 star 了. 但是可能因为作者删除或者违反了 github 规则被移除, 到时候才想起来没有 clone 到本地而后悔... ## 配置文件 ```json { "user": "your_github_username", "token": "your_github_token", "repo_root_dir": "git_repo_dir" } ``` ```text user : github 用户名 token : https://github.com/settings/tokens 到这里创建一个 access token repo_root_dir : 要保存仓库的根目录 ``` ## 依赖 * 需要安装 git, 并且将服务器的 ssh 公钥添加到 github ## 使用场景 我的使用场景是放在家里的服务器上, crontab 跑一个定时任务, 每天凌晨定时跑一下将代码 clone/pull 到本地磁盘 > 如果你 star 的项目很多的话... 可能会吃掉很大一块磁盘, 我的情况是用了 34G (这已经超乎我的想象了)