Git.exe排除列表中,移除 `https://gitlab.com`,因为它可能无法在国内直接访问。
parent
f27ec7509b
commit
6357dd341f
|
@ -6,7 +6,6 @@ module.exports = {
|
|||
sslVerify: true, // Git.exe 是否关闭sslVerify,true=关闭 false=开启
|
||||
noProxyUrls: {
|
||||
'https://gitee.com': true, // 码云
|
||||
'https://gitlab.com': true, // Gitlab
|
||||
'https://e.coding.net': true, // Coding(腾讯云)
|
||||
'https://codeup.aliyun.com': true // 云效 Codeup (阿里云)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue