Get Mystery Box with random crypto!

Git commit 时报错 stylelint --syntax less found some errors. | 吃瘪日常

Git commit 时报错 stylelint --syntax less found some errors. Please fix them and try committing again.

git commit 提交代码时报错,信息如下
stylelint --syntax less found some errors. Please fix them and try committing again.

解决方法: 添加 –no-verify
完整命令 git commit --no-verify -m “描述"

————————————————
版权声明:本文为CSDN博主「°冬眠」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43762274/article/details/104389782