gitk not enough memory

error getting diffs: couldn't fork child process: not enough memory


解决方法

gitk --all -n 256
gitk --all -n 10
 
  
gitk --all -n XX
 
  
XX是最近几个提交
 
  
参考:
https://www.spinics.net/lists/git/msg39209.html

你可能感兴趣的:(git)