Enz*_*nzo 6 git command-line graphicsmagick
当我尝试使用 Graphics Magick 命令时(很简单,只是为了测试程序)我无法执行任何操作,因为它总是回复 git 错误。
gm convert
fatal: Not a git repository (or any of the parent directories): .git
Run Code Online (Sandbox Code Playgroud)
我没有采取任何特定的行动,因为没有任何作用
您可能已经安装了 oh-my-zsh。在 oh-my-zsh 中,有 'gm'(git merge 别名)
所以,你必须修改文件中的别名
〜/.oh-my-zsh/plugins/git/git.plugin.zsh
找到gm关键字并修改为不同的名称。