做法
在 GitLab 的指定專案中,點進「Settings」的「Repository」設定。
展開「Mirroring repositories」選項。
貼上 Git repository URL,例如:
ssh://[email protected]/your-org/your-repo.git
。選擇「Mirror direction」為「Pull」或其他選項。
選擇「Authentication method」為「SSH Public Key」。
確認後,點選「Copy SSH public key」按鈕。
在 GitHub 的指定專案中,點進「Settings」的「Deploy Keys」設定。
新增一個 Deploy Key,此動作需要 Repository 的 Admin 權限。