git commit提交代码错误处理 hello彩月YES 2022-09-01 84 阅读1分钟 如图: 报错:husky - pre-commit hook exited with code 1 (error) 处理: 命令后面需要加 [--no-verify] 如:git commit -m "fix: 球星卡代码整理" --no-verify