【发布时间】:2020-09-09 12:45:27
【问题描述】:
【问题讨论】:
-
我猜
rm ~/.config/git/gitk? -
是的,解决了它:D
【问题讨论】:
rm ~/.config/git/gitk ?
来自man gitk:
User configuration and preferences are stored at:
• $XDG_CONFIG_HOME/git/gitk if it exists, otherwise
• $HOME/.gitk if it exists
If neither of the above exist then $XDG_CONFIG_HOME/git/gitk is created and used by default. If $XDG_CONFIG_HOME is not set it
defaults to $HOME/.config in all cases.
删除配置,通常在 .config/git/gitk 中应该重置设置。
【讨论】: