gitlab Push operation timed out (1) 썸네일형 리스트형 [Gitlab] remote: GitLab: Push operation timed out 100MBytes 이상의 소스 파일을 push 하게 될 경우 볼수 있는 에러이다. remote: GitLab: Push operation timed out LFS(Large File Storage) 에 의해 50MBytes 부터는 경고를 보내고 100MBytes 이상에는 push 하지 못하도록 막는다. 100MBytes 이상부터의 관리를 위해서는 lfs를 설치하여 관리하여야 한다. 임시방변으로 lfs 를 해제 함으로서 push 할수 있다. gitlab-rails console 을 실행 후 Feature.disable(:lfs_check) 확인은 Feature.enabled?(:lfs_check) $ gitlab-rails console --------------------------------------.. 이전 1 다음