Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 6.0 中创建一个新项目。Gitlab 说存储库创建成功,但是没有创建存储库。
我之前能够使用存储库创建项目。突然这些新创建的存储库没有在服务器上发布。
非常感谢任何帮助!
请切换到您的 gitlab 安装目录并运行这些命令来检查您的安装。也许有些东西没有运行:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production