大家下午好
备份了几个旧的 git 存储库,并且正在将它们添加到已知的 gitlab 安装中。安装看起来像这里的指南https://github.com/gitlabhq/gitlabhq/wiki/VirtualBox-Image
像这样添加新的时origin remote
;
git remote add origin git@1.2.3.4:project.git
并尝试推动我得到以下信息
fatal: 'project.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Gitlab 安装的行为符合预期,并且可以通过 LAN 中的 HTTP 和 SSH 访问。
gitlab status 任务也能正常返回
bundle exec rake gitlab:app:status RAILS_ENV=production
有人知道我现在应该在哪里看吗?难住了。
编辑。
存在 SSH 密钥
我也尝试使用该ssh://git@example.com/usr/local/project.git
样式添加 git repo