fix(TLS 驗證): 移除 git 與 OpenRouter 的不安全憑證略過設定

This commit is contained in:
2026-06-29 10:49:22 +00:00
parent f26e9deba7
commit 68ce92b0e5
4 changed files with 4 additions and 7 deletions
-1
View File
@@ -64,7 +64,6 @@ function withAskpass(workspace, fn, token = GITEA_TOKEN) {
const credEnv = {
...process.env,
GIT_ASKPASS: askpassScript,
GIT_SSL_NO_VERIFY: 'true',
GIT_USERNAME: 'x-token',
GIT_TOKEN: token,
};