Sourcetree提交报错

文章描述:

‼ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.

package.json

修改前

  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },

修改后

  "husky": {
    "hooks": {
      
    }
  },

 

 

TortoiseGit更新升级

1、tortoiseGit别名小乌龟,鼠标右键移到TortoiseGit点击关于

2、点击检查更新

3、选择要升级TortoiseGit和中文版

4、安装先选择英文然后选择中文

发布时间:2023/07/31

发表评论