GitLab에서 리포지토리 미러링을 구성하는 방법(gitlab -> github 미러링)

github 리포지토리 생성 및 tokens 생성
repository 생성
- repository name : gitlab_mirror
tokens 생성
- Settings > Developer settings > Personal access tokens



gitlab 프로젝트 생성 및 미러링 설정
프로젝트 생성
- 프로젝트 그룹 : testG
- 프로젝트 이름 : gitlab_source
미러링 설정
- testG > gitlab_source > 저장소 설정
- Git 저장소 URL : https://아이디@github.com/아이디/gitlab_morror.git
- 미러 방향 : Push
- 인증 방법 : 패스워드
- 패스워드 : 26911096892ee9823056dfae08e771797d51


gitlab 미러링
gitlab 프로젝트

github 리포지토리

참고URL
- https://docs.gitlab.com/ee/user/project/repository/mirror/
'리눅스' 카테고리의 다른 글
| [draft] Ubuntu Server 22.04 LTS(Jammy Jellyfish) (0) | 2025.11.18 |
|---|---|
| [draft] lsattr 명령어와 chattr 명령어 (0) | 2025.11.18 |
| [draft] 리눅스에서 ulimit을 설정하는 방법 (0) | 2025.11.18 |
| [draft] 웹 서버의 성능을 향상시키기 위한 커널 파라미터 튜닝하는 방법 (0) | 2025.11.18 |
| [draft] CentOS 7에서 OpenSSL을 직접 컴파일하고 설치하는 방법 (0) | 2025.11.18 |