问题:1、Git仓库所有权存在疑问:fatal: detected dubious ownership in repository at 'D:/Third/CODE/Vue3-big-event-admin'; 2、Husky 安装问题:husky - git command not found, skipping install 3、Node.js 钩子目录问题:Error: can't create hook, .husky directory doesn't exist (try running husky install)
解决方案:
1、安装 Husky:npm install husky --save-dev
2、查看git是否成功安装:git --version
3、运行husky install命令