JWT::DecodeError (Nil JSON web token):

when i use gitlab 10-8-3 , pull project form gitlab was get http 500, who can help me:

client: $ git clone https://gitlabs.msyuns.com/HelloMaybe/testpull.git Cloning into 'testpull'... fatal: unable to access 'https://gitlabs.msyuns.com/HelloMaybe/testpull.git/': The requested URL returned error: 500

gitlab-ctl tail : 2018-06-08_13:34:56.34485 127.0.0.1 - - [08/Jun/2018:21:34:56 CST] "GET /process HTTP/1.1" 200 953 2018-06-08_13:34:56.34487 - -> /process

==> /var/log/gitlab/gitlab-rails/production.log <== Started GET "/HelloMaybe/testpull.git/info/refs?service=git-upload-pack" for 218.17.24.107 at 2018-06-08 21:35:00 +0800 Processing by Projects::GitHttpController#info_refs as / Parameters: {"service"=>"git-upload-pack", "namespace_id"=>"HelloMaybe", "project_id"=>"testpull.git"} Completed 500 Internal Server Error in 11ms (ActiveRecord: 2.8ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <== {"method":"GET","path":"/HelloMaybe/testpull.git/info/refs","format":"/","controller":"Projects::GitHttpController","action":"info_refs","status":500,"error":"JWT::DecodeError: Nil JSON web token","duration":13.19,"view":0.0,"db":2.83,"time":"2018-06-08T13:35:00.577Z","params":[{"key":"service","value":"git-upload-pack"},{"key":"namespace_id","value":"HelloMaybe"},{"key":"project_id","value":"testpull.git"}],"remote_ip":"218.17.24.107","user_id":null,"username":null}

==> /var/log/gitlab/gitlab-rails/production.log <==

JWT::DecodeError (Nil JSON web token): lib/gitlab/workhorse.rb:202:in decode_jwt' lib/gitlab/workhorse.rb:198:in verify_api_request!' app/controllers/concerns/workhorse_request.rb:11:in verify_workhorse_api!' lib/gitlab/i18n.rb:50:in with_locale' lib/gitlab/i18n.rb:56:in with_user_locale' app/controllers/application_controller.rb:350:in set_locale' lib/gitlab/middleware/multipart.rb:95:in call' lib/gitlab/request_profiler/middleware.rb:14:in call' lib/gitlab/middleware/go.rb:17:in call' lib/gitlab/etag_caching/middleware.rb:11:in call' lib/gitlab/middleware/read_only/controller.rb:28:in call' lib/gitlab/middleware/read_only.rb:16:in call' lib/gitlab/request_context.rb:18:in call' lib/gitlab/metrics/requests_rack_middleware.rb:27:in call' lib/gitlab/middleware/release_env.rb:10:in `call'