其他分享
首页 > 其他分享> > git 报错 eslint --fix found some errors. Please fix them and try committing again.

git 报错 eslint --fix found some errors. Please fix them and try committing again.

作者:互联网

这个问题是 git add .   git commit -m "注释"  命令输入完成后的报错,eslint报错

解决:

git commit --no-verify -m "提交时的注释"

 

 

 

参考---https://blog.csdn.net/m0_59006402/article/details/123790193?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-1-123790193-blog-121518778.pc_relevant_paycolumn_v3&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-1-123790193-blog-121518778.pc_relevant_paycolumn_v3&utm_relevant_index=1

标签:123790193,again,relevant,fix,blog,pc,git,报错
来源: https://www.cnblogs.com/pwindy/p/16382784.html