✖ vue-cli-service lint found some errors. Please fix them and try committing again. error: module is not defined (no-undef) at .eslintrc.js:1:1:
新项目在提交代码到git仓库的的时候报错如上。
大概意思就是说,你的项目代码格式不对,并且还…
问题描述
项目托管在gerrit上,提交代码时使用不同的账号,导致在推送到gerrit评审时出现如下问题
email address xxx is not registered in your account, and you lack forge committer permission 原因分析: 根据git日志提示,提…