git review -s 安装 commit-msg hook 遇到的问题

git review -s Problems encountered installing commit-msg hook

每次我使用 git review -sgit review 通常我都会得到这个:

klanten-pers (master)
$ git review -s
Problems encountered installing commit-msg hook
The following command failed with exit code 255
scp -P29418 gido.ten.cate@ci.indicia.nl:hooks/commit-msg .git/hooks/commit-msg

0 [main] scp 1628 C:\Program Files\Git\usr\bin\scp.exe: *** fatal error in forked process - fork: can't reserve memory for parent stack 0x600000 - 0x800000, (child has 0x400000 - 0x600000), Win32 error 487
614 [main] scp 1628 cygwin_exception::open_stackdumpfile: Dumping stack trace to scp.exe.stackdump
0 [main] scp 5896 fork: child -1 - forked process 1628 died unexpectedly, retry 0, exit code 0x100, errno 11
fork: Resource temporarily unavailable

我在互联网上搜索并尝试了所有可能的方法,但我无法修复它。

我在 Windows 10 使用 Git bash。

* 重要 link *

按照以下步骤使其再次工作:

https://www.mediawiki.org/wiki/Gerrit/Alternatives_to_git-review

我解决了这个问题。 我需要再次将 msg-hook 添加到 git 文件夹。 所以在我的例子中是:

  • C:\程序Files\Git\mingw64\share\git-core\templates\hooks

添加后,您需要授予它可执行的权限。 您也可以将其放入有问题的特定存储库中。 但它会是:

  • -- 存储库/.git/hooks

一些其他Git评论问题和解决方案 https://www.mediawiki.org/wiki/Talk:Gerrit/Tutorial