git mirror - gitlab-github 연동

김용희·2022년 4월 9일
0

일반적인 gitlab일 경우

  1. 본인 github에 새로 repository 하나 생성 (위치 아무곳이나 가능)
  2. git clone —bare [미러링해올 gitlab https clone 주소
    (ex.https://gitlab.com/exampleuser/old-repository.git)]
  3. cd [clone받은폴더(ex.old-repository.git)]
  4. git push —mirror [github에 미러링 받을 repo의 주소]



100MB 넘는 파일용량 큰 gitlab의 경우

github 업로드하다가 100MB 넘는 파일은 github에 올라갈 수 없어서
gitlab에서 그 파일들 삭제하고 올리는 방법이다

https://rtyley.github.io/bfg-repo-cleaner/
오른쪽 파란폴더 클릭해서 다운, gitlab 처음 clone한 경로에
bfg-1.14.0.jar 붙여넣기
(다운로드에 다운로드된 후 따로 install 과정은 없음, 눌러도 반응없음)

특화 프로젝트 팀원이 알려줬다!
https://github.com/3sally
감사했다!

profile
He threw his knapsack over the brick wall

0개의 댓글