0

我的 Gitlab 有问题。安装后它没有布局。当我尝试

bundle exec rake assets:precompile RAILS_ENV=production

它输出

Could not locate Gemfile or .bundle/ directory

Gitlab 在 Debian 和 Apache 上运行。nginx 被禁用。

4

1 回答 1

0

从您的目录运行以下命令

bundle install

如果您看到权限错误,请通过附加“sudo”来尝试上面的命令

您需要先安装 rails 应用程序,然后才能编译它的资产。

于 2016-03-11T14:34:25.867 回答