是否可以仅在项目的根目录中限制 "git" 命令?

Is possible to restrict "git" commands only in the root of the project?

是否有 git 设置来避免其他开发者从子文件夹提交?我想在提交时将其设置为始终 运行 husky 命令

没有这样的 git 设置。

您可以使用 git 挂钩自定义您的工作流程。 (客户端挂钩,如 pre-commit-hooks 或服务器端挂钩)