обзор не находит git репо - PullRequest
0 голосов
/ 16 ноября 2018
$ git clone ssh://git@my.git.server:6666/s4/meow.git
$ cd meow
$ rbt -d setup-repo --server http://my.reviewboard.server/
>>> RBTools 0.7.11
>>> Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15) 
[GCC 7.3.0]
>>> Running on Linux-4.15.0-38-generic-x86_64-with-Ubuntu-18.04-bionic
>>> Home = /home/myself
>>> Current directory = /home/myself/wk/meow
>>> Command line: rbt setup-repo -d  --server http://my.reviewboard.server/
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Running: git config --get branch.hudevsxl.merge
>>> Running: git config --get branch.hudevsxl.remote
>>> Running: git config --get remote.origin.url
>>> repository info: Path: ssh://git@my.git.server:6666/s4/meow.git, Base path: , Supports changesets: False
>>> Making HTTP GET request to http://my.reviewboard.server/api/
>>> Making HTTP GET request to http://my.reviewboard.server/api/repositories/
>>> Cached response for HTTP GET http://my.reviewboard.server/api/repositories/ expired and was modified
No Git repository found or selected for http://my.reviewboard.server/. .reviewboardrc not created.

Я пытался с другими репозиториями (например, клонирован из Github), но получил ту же ошибку. Что не так?

RBTools 0.7.11 - это текущая версия для Ubuntu 18.01.1 LTS

...