git提交时报错
今天git工程出现的了一个问题
同步是没有问题的
不能提交
改动任何东西 提交就汇报下面这个错
1 2 3 | git -c diff.mnemonicprefix= false -c core.quotepath= false -c credential.helper=sourcetree commit -q -F / var /folders/tx/sdwvc7x5055034ntbz2mxyxh0000gn/T/SourceTreeTemp.y41tmH
env: node: No such file or directory
Completed with errors, see above
|

请问这是什么情况?
env: node:是什么东西呢??
这与我加了.eslint文件有关吗???
谢谢!!!!!!
PS:切换分支页会报错
1 2 3 4 5 | git -c diff.mnemonicprefix= false -c core.quotepath= false -c credential.helper=sourcetree checkout master
Switched to branch 'master'
env: node: No such file or directory
Your branch is up-to-date with 'origin/master' .
Completed with errors, see above
|
高洛峰3095 days ago727