feat(dev,base): 添加 mise 全局信任和 Git 跳过 SSL 验证配置

- mise: 信任根目录下所有配置 (trusted_config_paths = ["/"])
- git: 全局禁用 SSL 证书验证 (http.sslVerify = false)
This commit is contained in:
2026-04-02 20:10:14 +08:00
parent 7d0ceb4e1c
commit caed1d5b4e
5 changed files with 19 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
trusted_config_paths = ["/"]