Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #6476

Closed
Open
Created Mar 06, 2014 by Administrator@rootOwner

Can not access via ssh and view layout without css

Created by: poc7667

Original http://stackoverflow.com/questions/22218315/can-not-access-via-ssh-and-view-layout-without-css

I set up the Gitlab in my company LAN,

Now, I can access the Gitlab server by

http://dqa-test

But when I ran sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production

I got Check GitLab API access: FAILED. code: 404

I've change the `host:` with dqa-test, dqa-test/ , with `http://` or not

But after all the above tries, it still got the same error by running self-check

I can clone a project from via http , but no way in ssh

git clone git@dqa-test:vvtk_dqa_automation_team/sandbox.git
Cloning into 'sandbox'...
Access denied.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

My gitlab.yml

  ## GitLab settings
  gitlab:
    ## Web server settings (note: host is the FQDN, do not include http://)
    host: "http://dqa-test"
    port: 1987
    https: false

I have no idea why I don't have the correct layout

It doesn't work when I ran sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production enter image description here

enter image description here

Assignee
Assign to
Time tracking