error getting diffs: couldn't fork child process: not enough memory
解决方法
gitk --all -n 256
gitk --all -n 10
gitk --all -n XXXX是最近几个提交参考:https://www.spinics.net/lists/git/msg39209.html
解决Gitk内存不足错误
本文介绍了当使用Gitk查看Git历史记录时遇到内存不足错误的解决方案。通过限制显示的最近提交数量,可以有效解决这一问题。具体命令为使用`gitk --all -n XX`,其中XX代表要显示的最近提交数。
error getting diffs: couldn't fork child process: not enough memory
解决方法
gitk --all -n 256
gitk --all -n 10
gitk --all -n XXXX是最近几个提交参考:https://www.spinics.net/lists/git/msg39209.html
4万+
4156
8256

被折叠的 条评论
为什么被折叠?