1

ついにGitlabをMountainLionServerで実行できるようになりました。

ファイルとコミットページを除いてすべてが正常に機能しているようです。常に「404探していたリソースが存在しません」と表示されます。

しかし、リポジトリはそこにあり、空ではありません。GitTowerで問題なくプッシュおよびプルできます。

また、もう1つの奇妙な動作は、[ネットワーク]タブが魅力のように機能することです。

bundle exec rake gitlab:check RAILS_ENV=productionも問題ないようです

Checking Environment ...

gitlab user is in gitg group? ... yes
Has no "-e" in ~gitolite/.profile ... yes
Git configured for gitlab user? ... yes
Has python2? ... yes
python2 is supported version? ... yes

Checking Environment ... Finished

Checking Gitolite ...

Using recommended version ... no
  Try fixing it:
  We strongly recommend using the version pointed out in the installation guide.
  For more information see:
  doc/install/installation.md in section "Gitolite"
Repo umask is 0007 in .gitolite.rc? ... yes
Allow all Git config keys in .gitolite.rc ... yes
Config directory exists? ... yes
Config directory owned by gitolite:gitg ... yes
Config directory access is drwxr-x---? ... yes
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by gitolite:gitg? ... yes
Repo base access is drwsrws---? ... yes
Can clone gitolite-admin? ... yes
Can commit to gitolite-admin? ... yes
post-receive hook exists? ... yes
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ... 
Groz Beckert Company Presentation Standalone App ... ok
Git config in repos: ... 
Groz Beckert Company Presentation Standalone App ... ok

Checking Gitolite ... Finished

Checking Sidekiq ...

Running? ... yes

Checking Sidekiq ... 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? ... no
  Try fixing it:
  Install the init script
  For more information see:
  doc/install/installation.md in section "Install Init Script"
  Please fix the error above and rerun the checks.
Init script up-to-date? ... can't check because of previous errors
Projects have satellites? ... 
Groz Beckert Company Presentation Standalone App ... yes

Checking GitLab ... Finished

誰かが手がかりを得ましたか?

4

1 に答える 1

1

実行している GitLab の正確なバージョンによって異なる場合があります。

Issue 2602によってわずか 20 日前に解決されたIssue 2698は、サブドメインで gitlab を使用し、相対アドレス リンクを使用する場合の問題を示しているようです。

 http://dev.mysite.com:81/gitlab/
于 2013-02-11T12:27:08.863 に答える