Check GitLab API access:FAILED:Failed to connect to internal API

Source: Internet
Author: User
Tags git clone

Perform

sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
检查提示Check GitLab API access: FAILED: Failed to connect to internal API

View GITLAB/CONFIG/UNICORN.RB

Listen"127.0.0.1:9000", :Tcp_nopush= true
gitlab/config/gitlab.yml中填写的公网ip
NETSTAT-NLTP View 127.0.0.1:9000

Telnet 127.0.0.1 9000 is OK, and Telnet public IP 9000 prompts to reject

Git clone is also prompted to reject

Change the GITLAB/CONFIG/UNICORN.RB revision to

Listen"0.0.0.0:9000", :Tcp_nopush= true

Telnet public IP 9000 OK

Git clone is also OK



Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Check GitLab API access:FAILED:Failed to connect to internal API

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.