2

克隆 repo 并在分支上进行更改后,我在尝试将远程设置为 Gerrit 时得到以下信息:

$ git review -s
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/git-review", line 676, in <module>
    main()
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/git-review", line 643, in main
    if not set_hooks_commit_msg(remote, hook_file):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/git-review", line 122, in set_hooks_commit_msg
    parse_git_show(remote, "Push")
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/git-review", line 247, in parse_git_show
    team = project_name.split("/")[-2]
IndexError: list index out of range

有任何想法吗?

4

2 回答 2

0

这是此处记录的 git-review 的一个已知问题:https ://bugs.launchpad.net/git-review/+bug/980929已于 2012 年 4 月 14 日提交修复。

这似乎是由于假设项目使用斜线的命名约定引起的。

于 2012-05-24T03:10:10.093 回答
-1

如果你确定你已经成功安装了 gerrit,但你仍然面临上述问题,请尝试升级你的 git 版本。这也解决了我的问题。

+桑巴。

于 2013-06-12T10:27:05.430 回答