fix(TLS 驗證): 移除 git 與 OpenRouter 的不安全憑證略過設定
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user