zoukankan      html  css  js  c++  java
  • Could not find modernizr-2.6.2 in any of the sources GitLab: API is not accessible

    Could not find modernizr-2.6.2 in any of the sources

    GitLab: API is not accessible

    bundle exec rake gitlab:check RAILS_ENV=production

     bundle exec rake gitlab:check RAILS_ENV=production
     Warning
      You are running as user root, we hope you know what you are doing.
      Things may work/fail for the wrong reasons.
      For correct results you should run this as user git.

    Checking Environment ...

    Git configured for git user? ... no
      Try fixing it:
      sudo -u git -H git config --global user.name  "GitLab"
      sudo -u git -H git config --global user.email "yistackuser001@gmail.com"
      For more information see:
      doc/install/installation.md in section "GitLab"
      Please fix the error above and rerun the checks.
    Has python2? ... yes
    python2 is supported version? ... yes

    Checking Environment ... Finished

    Checking GitLab Shell ...

    GitLab Shell version >= 1.7.9 ? ... OK (3.2.0)
    Repo base directory exists? ... yes
    Repo base directory is a symlink? ... no
    Repo base owned by git:git? ... yes
    Repo base access is drwxrws---? ... no
      Try fixing it:
      sudo chmod -R ug+rwX,o-rwx /home/git/repositories/
      sudo chmod -R ug-s /home/git/repositories/
      find /home/git/repositories/ -type d -print0 | sudo xargs -0 chmod g+s
      For more information see:
      doc/install/installation.md in section "GitLab Shell"
      Please fix the error above and rerun the checks.
    update hook up-to-date? ... yes
    update hooks in repos are links: ...
    devGroup / openStack ... repository is empty
    qinrui / yistack ... repository is empty
    Running /home/git/gitlab-shell/bin/check
    Check GitLab API access: OK
    Check directories and files:
            /home/git/.ssh/authorized_keys: OK
    Send ping to redis server: gitlab-shell self-check successful

    Checking GitLab Shell ... Finished

    Checking Sidekiq ...

    Running? ... no
      Try fixing it:
      sudo -u git -H RAILS_ENV=production script/background_jobs start
      For more information see:
      doc/install/installation.md in section "Install Init Script"
      see log/sidekiq.log for possible errors
      Please fix the error above and rerun the checks.

    Checking Sidekiq ... Finished

    Checking LDAP ...

    LDAP is disabled in config/gitlab.yml

    Checking LDAP ... Finished

    Checking GitLab ...

    Database config exists? ... yes
    Database is SQLite ... no
    All migrations up? ... yes
    GitLab config exists? ... yes
    GitLab config outdated? ... no
    Log directory writable? ... yes
    Tmp directory writable? ... yes
    Init script exists? ... yes
    Init script up-to-date? ... yes
    projects have namespace: ...
    devGroup / openStack ... yes
    qinrui / yistack ... yes
    Projects have satellites? ...
    devGroup / openStack ... can't create, repository is empty
    qinrui / yistack ... can't create, repository is empty
    Redis version >= 2.0.0? ... yes
    Your git bin path is "/usr/local/bin/git"
    Git version >= 1.7.10 ? ... yes (1.8.4)

    Checking GitLab ... Finished

  • 相关阅读:
    强烈免费25款商务logo设计模板 java程序员
    16个帮助你高效测试响应式设计界面的工具 java程序员
    一个帮助你生成iOS文件夹效果的jQuery插件 AppFolders java程序员
    Linq 实现左连接,右连接 java程序员
    一个帮助你实现pinterest页面布局的jQuery插件 jQuery.Shapeshift java程序员
    基于HTML5实现的超酷摄像头(HTML5 webcam)拍照功能 photobooth.js java程序员
    30个让你保持好身材的iphone健康应用程序 java程序员
    一个实体对象不能由多个 IEntityChangeTracker 实例引用 解决办法 java程序员
    2012年十一月GBin1 web技术热点荟萃 java程序员
    超棒的20款javascript工具提示条(tooltips)类库 java程序员
  • 原文地址:https://www.cnblogs.com/ruiy/p/5710944.html
Copyright © 2011-2022 走看看