GITLAB 세팅을 마치고 Projec 생성하는 데
500
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
하고 나오는 경우가 있다.
이럴때
app/roles/repository.rb
파일에서
... | ... | @@ -137,6 +137,8 @@ def discover_default_branch |
137 | 137 | |
138 | 138 | def has_commits? |
139 | 139 | !!commit |
140 | + rescue Grit::NoSuchPathError | |
141 | + false | |
140 | 142 | end |
141 | 143 | |
142 | 144 | def root_ref |
app/views/admin/projects/show.html.haml
파일에서
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | %i.icon-edit |
6 | 6 | Edit |
7 | 7 | |
8 | -- if !@admin_project.has_post_receive_file? && @admin_project.commit | |
8 | +- if !@admin_project.has_post_receive_file? && @admin_project.has_commits? | |
9 | 9 | %br |
10 | 10 | .alert.alert-error |
11 | 11 | %span |
이렇게 고치고 간단하게 reboot 하면 된다.
이거 찾는라 하루종일 삽질했다. ㅠㅠ
Ubuntu usb hdd manual mount (USB 하드디스크 수동 mount 하기) (0) | 2012.10.27 |
---|---|
ubuntu 에서 rpm package 설치하기 (0) | 2012.10.25 |
MSN 로그인 안 될때 수정방법 (0) | 2012.10.24 |
Ubuntu 계정 추가 삭제, 그룹 추가 삭제 하기 user add / group add (0) | 2012.10.24 |
Ubuntu ssh terminal 연결시 login id 바꿔서 login 하기 (1) | 2012.10.22 |