Issue on gitlab.com: undefined method `scan' for nil:NilClass (NoMethodError)
I'm not sure the right place to post this to? I'm having an issue when I push up to gitlab.com. Is theres some offical gitlab.com support tracker? This one looks more like it's for the FOSS project rather than the SaaS service.
$ git push origin master
Counting objects: 42, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (42/42), done.
Writing objects: 100% (42/42), 1.83 MiB | 0 bytes/s, done.
Total 42 (delta 18), reused 0 (delta 0)
remote: /opt/gitlab/embedded/service/gitlab-shell/lib/gitlab_post_receive.rb:47:in `print_broadcast_message': undefined method `scan' for nil:NilClass (NoMethodError)
remote: from /opt/gitlab/embedded/service/gitlab-shell/lib/gitlab_post_receive.rb:23:in `exec'
remote: from hooks/post-receive:17:in `<main>'
remote:
To git@gitlab.com:adao/thevet.git
93e4a36..37633d0 master -> master