在 Heroku 托管的 ReviewBoard 中创建 Git 存储库时,我输入 Heroku Git URL:
git@heroku.com:appname.git
ReviewBoard 将其更改为:
ssh://git@heroku.com/appname.git
Heroku 不喜欢这样并拒绝克隆尝试:
2012-08-22 22:26:39,267 - ERROR - Git: Failed to find valid repository ssh://git@heroku.com/appname.git:
! Invalid path.
! Syntax is: git@heroku.com:<app>.git where <app> is your app's name.
fatal: Could not read from remote repository.
如何让 ReviewBoard 不重写 Git 存储库 URL?
为什么 Heroku 不接受以下形式的 URL ssh://git@heroku.com/appname.git
:?
我在哪里可以将此报告为 Heroku 中的错误?我搜索了他们的网站,但看不到在哪里打开支持票。