git提交出现running pre-commit hook: lint-staged

简介: git提交出现running pre-commit hook: lint-staged

现象


今天提交代码的时候出现了

 > running pre-commit hook: lint-staged
Stashing changes... [started]
Stashing changes... [skipped]
→ No partially staged files found...
Running tasks... [started]
Running tasks for *.{js,jsx,vue,ts,tsx} [started]
vue-cli-service lint [started]
vue-cli-service lint [failed]
Running tasks for *.{js,jsx,vue,ts,tsx} [failed]
Running tasks... [failed]
× vue-cli-service lint found some errors. Please fix them and try committing again.
pre-commit hook failed (add --no-verify to bypass)


1425695-20210907211048675-1476901792.png


看见这样的场景我我是一脸懵逼的呀。


经过同事的讲解


原来是在在commit之前我们的代码做了一次检查


如果有代码不符合规范


就不能够进行提交


解决办法


经过检查我本地的代码  


发现并不是由我本地引起的


最后没有找到原因


不得不的执行了


git commit -m “你的描述” --no-verify


忽略本次检查


代码提交成功

相关文章
|
3月前
|
前端开发 开发工具 git
如何清理 docker 磁盘空间+修改 Gitea 服务器的 Webhook 设置+前端一些好学好用的代码规范-git hook+husky + commitlint
如何清理 docker 磁盘空间+修改 Gitea 服务器的 Webhook 设置+前端一些好学好用的代码规范-git hook+husky + commitlint
44 5
|
3月前
|
前端开发 开发工具 git
搭建Registry&Harbor私有仓库、Dockerfile(八)+前端一些好学好用的代码规范-git hook+husky + commitlint
搭建Registry&Harbor私有仓库、Dockerfile(八)+前端一些好学好用的代码规范-git hook+husky + commitlint
26 0
|
7月前
|
开发工具 git
git error 已解决【Another git process seems to be running in this repository, e.g. an editor opened by】
git error 已解决【Another git process seems to be running in this repository, e.g. an editor opened by】
99 2
|
6月前
|
存储 开发工具 git
【Git】Git提示Another git process seems to be running in this repository, e.g. an editor opened by ..错误
【Git】Git提示Another git process seems to be running in this repository, e.g. an editor opened by ..错误
179 0
|
持续交付 开发工具 git
如何保留原提交记录迁移Git项目,你还不知道吗?
如何保留原提交记录迁移Git项目,你还不知道吗?
如何保留原提交记录迁移Git项目,你还不知道吗?
|
前端开发 JavaScript Shell
手写 git hooks 脚本(pre-commit、commit-msg)
手写 git hooks 脚本(pre-commit、commit-msg)
642 0
|
前端开发 开发工具 git
前端hook项目moblie总结笔记-忽略提交的git文件
前端hook项目moblie总结笔记-忽略提交的git文件
94 0
前端hook项目moblie总结笔记-忽略提交的git文件
|
前端开发 开发工具 git
前端hook项目moblie总结笔记-忽略提交的git文件
前端hook项目moblie总结笔记-忽略提交的git文件
92 0
前端hook项目moblie总结笔记-忽略提交的git文件
|
Shell 开发工具 git
Git基础使用-如何用Git把代码提交至仓库/新建仓库/同步代码/推送代码
Git基础使用-如何用Git把代码提交至仓库/新建仓库/同步代码/推送代码
630 0
|
Shell 开发工具 数据安全/隐私保护
Git提交之后自动打版本并钉钉通知
Git提交之后自动打版本并钉钉通知
468 0
Git提交之后自动打版本并钉钉通知