[Gitlab] “import in progress” never ends 오류

Yuri Lee·2021년 7월 7일
0

배경

  • bonobo git (Windows 용 git server bonobo git server) 에서 gitlab으로 repository를 옮기는 상황이였다.
  • 프로젝트를 import 하는 방법 중에서 나는 repo by url 를 선택했다.

문제 발생

위 UI에서 username과 password를 입력하지 않고 바로 git repository url을 기입했다. 하지만 ..

A Gitlab “import in progress”

라는 텍스트 표시가 뜨고, 기다려도 프로젝트가 import 되지 않았다. 브라우저를 끄고 다시 접속해봐도 똑같은 화면이 떴다. 차라리 해당 프로젝트 그룹을 삭제하면 없어질까 했지만 아예 delete 버튼도 생성되지 않았다...🤔🤔

구글링

Just click on the project and select the other settings from the left hand panel at the bottom. (Note: the usual settings available on the right top corner of the page will not be visible since the project is broken due to a bug in importing in gitlab). Then you can delete the project and recreate it again.

3년전 게시글이라.. UI가 많이 바뀌었나보다. 삭제 버튼은 찾을 수가 없던데... 😭
아예 컴퓨터를 끄고 다시 시작해볼까 했지만 그 순간 화면이 바뀌고 해당 repo에 대한 username과 password를 입력하라는 폼을 볼 수 있었다. bonobo git server 에는 따로 username과 password가 있기 때문에, 이를 명시해주지 않으면 자동으로 클론이 되지 않는 것이였다.
다만.. private git url 을 알아차리는 반응 속도가 굉장히 느려서 당황스러웠다.

결론

  • 해당 폼에 username과 password를 입력하고 다시 시도하니 프로젝트 import가 잘 되었다!

https://stackoverflow.com/questions/38530429/a-gitlab-import-in-progress-never-ends/38564274
https://gitlab.com/gitlab-org/gitlab-foss/-/issues/58431

profile
Step by step goes a long way ✨

0개의 댓글