写 git commit 的 message 的时候,遇到了 zsh 转义问题:
git add . && git commit -m "feature: 去掉无意义的 # !/usr/bin/python2.6"
报错:
╰─➤ git add . && git commit -m "feature: 去掉无意义的 # !/usr/bin/python2.6" 130 ↵
zsh: event not found: /usr/bin/python2.6
哒咩!!!
如何解决?
Have try