我已经安装了 gitlab 并且网站还可以,但是当我使用克隆时,我总是得到
fatal: Authentication failed.
但是用户名和密码是正确的,当我使用
bundle exec rake gitlab:check RAILS_ENV=production
答案是
Checking GitLab Shell..
rake aborted!
undefined method 'match' for nil:NilClass
/home/git/git/gitlab/lib/gitlab/version_info.rb:8:in `parse`
/home/git/git/gitlab/lib/tasks/gitlab/check.rake:659:in 'check_gitlab_shell'
我是否错误地安装了 gitlab-shell?我该如何解决?