在克隆仓库并在分支上进行更改后,在尝试将远程设置为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
有什么想法吗?
答案 0 :(得分:0)
这是一个已知的问题,其中记录了git-review:https://bugs.launchpad.net/git-review/+bug/980929,其中包含截至2012-04-14的修复程序。
这似乎是由假设使用项目斜杠的命名约定引起的。
答案 1 :(得分:-1)
如果您确定已成功安装了gerrit并且仍然遇到上述问题,请尝试升级您的git版本。这也解决了我的问题。
+桑巴。