hugo/content/posts/1.Learning/A1.StudyNotes/github-sync-gitee.md
2026-03-18 22:36:05 +08:00

27 lines
647 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Github同步Gitee"
date: 2022-03-02T13:48:42+08:00
tags: ["github","gitee"]
categories: ["Learning", "StudyNotes"]
---
## 问题
由于国内访问Github受限经常是无法访问所以就通过Gitee来代理如何同步成为一个问题网上主要有两种方案
1. 通过项目关联同时push到Github和Gitee
2. 通过Github的workflow进行同步
## 尝试
### 关联同时push
参考地址https://cloud.tencent.com/developer/article/1649682
### workflow
参考地址https://juejin.cn/post/6894928345830522887
### Gitee服务
参考地址https://gitee.com/help/articles/4336#article-header2