11 2021 档案

摘要:1. Settings ==> Developer settings ==> Personal access tokens ==> Generate new token 生成新的token 2. https://github.com/xxx.git 3.oauth2:xxxx@ (xxx是生成的to 阅读全文
posted @ 2021-11-22 18:08 honely1314 阅读(343) 评论(0) 推荐(0)
摘要:在git 进行 commit 时出现了 Git: .git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory 报错 在命令行里运行以下命令回车即可解决。 npx husky inst 阅读全文
posted @ 2021-11-18 16:59 honely1314 阅读(2315) 评论(0) 推荐(0)