【发布时间】:2019-03-17 13:23:20
【问题描述】:
我已经从源代码(Ubuntu 16.04)安装了 GitLab。所以我尝试了以下命令来备份我的 gitlab 系统:
sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
我收到以下错误:
sudo: bundle: command not found
修复后,我收到以下附加错误:
bundler: command not found: rake
【问题讨论】: