Commitizen安装注意事项 git cz git: ‘cz‘ is not a git command

vscode git: ‘cz’ is not a git command报错
Commitizen安装注意事项 git cz git: ‘cz‘ is not a git command_第1张图片
出现如图错误提示请检查是否全局安装的commitizen

1.windows 全局安装commitizennode模块
注意:一定要在当前windows用户下全局安装,不是在项目内安装

npm install -g commitizen

Commitizen安装注意事项 git cz git: ‘cz‘ is not a git command_第2张图片

2.在需要使用Commitizen规范的项目内执行
注意前提该项目根目录上已有package.json文件

commitizen init cz-conventional-changelog --save --save-exact

安装成功后检查package.json文件,如新增下图配置代表安装成功
Commitizen安装注意事项 git cz git: ‘cz‘ is not a git command_第3张图片

你可能感兴趣的:(nodejs,其他,vscode,git)