Skip to content

开启代理并配置了VSCode代理后,VSCode登录Github时仍然出现"尚未完成授权此扩展使用 GitHub 的操作。是否要尝试其他方式? (本地服务器)" #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
Problem2014 opened this issue Feb 12, 2025 · 5 comments
Labels
Bug Something isn't working Todo 待办事项 Waiting for a reply(等待回复) 等待用户回复的问题
Milestone

Comments

@Problem2014
Copy link

Problem2014 commented Feb 12, 2025

  • 你是否在现有 Issue列表 中搜索过相同问题,但未找到?

Ⅰ. 请说明操作系统及DS的版本号:

  1. 操作系统:Windows 11 家庭版
  2. DS版本号:2.0.0-RC1

Ⅱ. 问题描述:

开启代理并配置了VSCode代理后,VSCode登录Github时仍然出现"尚未完成授权此扩展使用 GitHub 的操作。是否要尝试其他方式? (本地服务器)"

Ⅲ. 期望的结果:

开启代理并配置了VSCode代理后,VSCode能够正常登录github账号

Ⅳ. 如何复现问题?

  1. 开启代理并配置了VSCode代理
  2. 尝试使用VSCode登录github账号

Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 ${user.home}/.dev-sidecar/logs/ 目录下)

暂无

Ⅵ. 有必要时,请提供 ${user.home}/.dev-sidecar/running.json 文件内容:

点击查看运行参数
{
	"dns": {
		"mapping": {
			"yuantiji.ac": "quad9",
			"codeforces.com": "quad9",
			"www.spoj.com": "quad9",
			"www.udebug.com": "quad9",
			"*.jetbrains.com": "quad9",
			"*.azureedge.net": "quad9",
			"*.stackoverflow.com": "quad9",
			"*.pixiv.org": "quad9",
			"*.pximg.net": "quad9",
			"*.onesignal.com": "cloudflare",
			"*.github.com": "quad9",
			"*github*.com": "quad9",
			"*.github.io": "quad9",
			"*.docker.com": "quad9",
			"*.electronjs.org": "quad9",
			"*.amazonaws.com": "quad9",
			"*.yarnpkg.com": "quad9",
			"*.cloudfront.net": "quad9",
			"*.cloudflare.com": "quad9",
			"img.shields.io": "quad9",
			"*.vuepress.vuejs.org": "quad9",
			"*.gh.docmirror.top": "quad9",
			"*.v2ex.com": "quad9",
			"*.pypi.org": "quad9"
		},
		"speedTest": {
			"interval": 60000,
			"enabled": true,
			"hostnameList": [
				"github.com"
			],
			"dnsProviders": [
				"cloudflare",
				"safe360",
				"rubyfish"
			]
		},
		"providers": {
			"aliyun": {
				"type": "https",
				"server": "https://dns.alidns.com/dns-query",
				"cacheSize": 1000
			},
			"cloudflare": {
				"type": "https",
				"server": "https://1.1.1.1/dns-query",
				"cacheSize": 1000
			},
			"quad9": {
				"type": "https",
				"server": "https://9.9.9.9/dns-query",
				"cacheSize": 1000
			},
			"safe360": {
				"type": "https",
				"server": "https://doh.360.cn/dns-query",
				"cacheSize": 1000
			},
			"rubyfish": {
				"type": "https",
				"server": "https://rubyfish.cn/dns-query",
				"cacheSize": 1000
			}
		}
	},
	"setting": {
		"lowSpeedDelay": 200,
		"NODE_TLS_REJECT_UNAUTHORIZED": true,
		"verifySsl": true,
		"script": {
			"enabled": true,
			"defaultDir": "./extra/scripts/"
		},
		"userBasePath": "C:\\Users\\Bobi2\\.dev-sidecar",
		"rootCaFile": {
			"certPath": "C:\\Users\\Bobi2\\.dev-sidecar\\dev-sidecar.ca.crt",
			"keyPath": "C:\\Users\\Bobi2\\.dev-sidecar\\dev-sidecar.ca.key.pem"
		},
		"defaultTimeout": 20000,
		"defaultKeepAliveTimeout": 30000,
		"timeoutMapping": {
			"github.com": {
				"timeout": 20000,
				"keepAliveTimeout": 30000
			}
		}
	},
	"compatible": {
		"connect": {
			"218.18.106.132:443": {
				"ssl": true
			}
		},
		"request": {
			"218.18.106.132:443": {
				"rejectUnauthorized": false
			}
		}
	},
	"intercepts": {
		"github.com": {
			"^(/[^/]+){2,}/?(\\?.*)?$": {
				"tampermonkeyScript": "https://gitee.com/wangliang181230/dev-sidecar/raw/scripts/tampermonkey.js",
				"script": "https://gitee.com/wangliang181230/dev-sidecar/raw/scripts/GithubEnhanced-High-Speed-Download.user.js",
				"remark": "注:上面所使用的脚本地址,为高速镜像地址。",
				"desc": "油猴脚本:高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载、添加 git clone 命令"
			},
			"^(/[^/]+){2}/releases/download/.*$": {
				"redirect": "ghproxy.net/https://github.com",
				"desc": "release文件加速下载重定向地址"
			},
			"^(/[^/]+){2}/archive/.*\\.(zip|tar.gz)$": {
				"redirect": "ghproxy.net/https://github.com",
				"desc": "release源代码加速下载重定向地址"
			},
			"^((/[^/]+){2,})/raw((/[^/]+)+\\.(jpg|jpeg|png|gif))(\\?.*)?$": {
				"cacheDays": 365,
				"desc": "仓库内图片重定向,缓存1年。"
			},
			"^((/[^/]+){2,})/raw((/[^/]+)+\\.js)(\\?.*)?$": {
				"responseReplace": {
					"headers": {
						"content-type": "application/javascript; charset=utf-8"
					}
				},
				"desc": "仓库内脚本,设置响应头Content-Type。作用:方便script拦截器直接使用,避免引起跨域问题和脚本内容限制问题。"
			},
			".*": {
				"sni": "baidu.com"
			},
			"/fluidicon.png": {
				"cacheDays": 365,
				"desc": "Github那只猫的图片,缓存1年"
			},
			"^(/[^/]+){2}/pull/\\d+/open_with_menu.*$": {
				"cacheDays": 7,
				"desc": "PR详情页:标题右边那个Code按钮的HTML代码请求地址,感觉上应该可以缓存。暂时先设置为缓存7天"
			}
		},
		"api.github.com": {
			".*": {
				"sni": "baidu.com"
			},
			"^/_private/browser/stats$": {
				"success": true,
				"desc": "github的访问速度分析上传,没有必要,直接返回成功"
			}
		},
		"github.githubassets.com": {
			"^(/[^/]+)*/[^./]+\\.(svg|png|gif|jpg|jpeg|ico|js|css)(\\?.*)?$": {
				"cacheDays": 365,
				"desc": "图片、JS文件、CSS文件,缓存1年"
			},
			".*": {
				"proxy": "github.com",
				"sni": "baidu.com",
				"responseReplace": {
					"headers": {
						"access-control-allow-origin": "*",
						"cross-origin-resource-policy": "cross-origin",
						"set-cookie": "[remove]"
					}
				}
			}
		},
		"opengraph.githubassets.com": {
			"^/(([^/]+/){3}issues/\\d+)?(\\?.*)?$": {
				"cacheDays": 365
			},
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.githubusercontent.com": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"camo.githubusercontent.com": {
			"^[a-zA-Z0-9/]+(\\?.*)?$": {
				"cacheDays": 365,
				"desc": "图片,缓存1年"
			}
		},
		"avatars.githubusercontent.com": {
			"^/u/\\d+(\\?.*)?$": {
				"cacheDays": 365,
				"desc": "用户头像,缓存1年"
			}
		},
		"user-images.githubusercontent.com": {
			"^/.*\\.png(\\?.*)?$": {
				"cacheDays": 365,
				"desc": "用户在PR或issue等内容中上传的图片,缓存1年。注:每张图片都有唯一的ID,不会重复,可以安心缓存"
			}
		},
		"private-user-images.githubusercontent.com": {
			"^/.*\\.png(\\?.*)?$": {
				"cacheDays": 30,
				"desc": "用户在PR或issue等内容中上传的图片,缓存30天"
			}
		},
		"collector.github.com": {
			"/github/collect": {
				"success": true,
				"status": 204,
				"desc": "采集数据,快速成功"
			},
			".*": {
				"sni": "baidu.com"
			}
		},
		"gist.github.com": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.gravatar.com": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.windows.net": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"www.gstatic.com": {
			"/recaptcha/.*": {
				"proxy": "www.recaptcha.net"
			}
		},
		"fonts.googleapis.com": {
			".*": {
				"proxy": "fonts.loli.net",
				"test": "https://fonts.googleapis.com/css?family=Oswald"
			}
		},
		"www.docker.com": {
			".*": {
				"sni": "www.docker.com"
			}
		},
		"login.docker.com": {
			".*": {
				"sni": "login.docker.com"
			},
			"/favicon.ico": {
				"proxy": "hub.docker.com",
				"sni": "baidu.com",
				"desc": "登录页面的ico,采用hub.docker.com的"
			}
		},
		"*.pixiv.net": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.pixiv.org": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.pximg.net": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.ads-pixiv.net": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"*.nikke-global.com": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"i.pximg.net": {
			".*": {
				"cacheDays": 365,
				"requestReplace": {
					"headers": {
						"referer": "https://www.pixiv.net/"
					},
					"desc": "篡改请求头'Referer',使Pixiv图片链接可以单独在浏览器打开"
				}
			}
		},
		"chatgpt.com": {
			"^/backend-api/conversation(\\?.*)?$": {
				"requestReplace": {
					"headers": {
						"oai-device-id": "[remove]"
					},
					"desc": "解决提问后得不到回答的问题;如果还存在问题,请清理浏览器所有cookie和缓存,重新登录后再试,应该就可以了"
				}
			}
		},
		"cdn.jsdelivr.net": {
			"^/.*\\.(js|css|png|jpg|jpeg|gif)(\\?.*)?$": {
				"proxy": "fastly.jsdelivr.net",
				"backup": [
					"gcore.jsdelivr.net"
				]
			}
		},
		"*.msecnd.net": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"jsd.proxy.aks.moe": {
			"^.*\\?DS_DOWNLOAD$": {
				"requestReplace": {
					"doDownload": true
				},
				"responseReplace": {
					"doDownload": true
				}
			}
		},
		"fastly.jsdelivr.net": {
			"^.*\\?DS_DOWNLOAD$": {
				"requestReplace": {
					"doDownload": true
				},
				"responseReplace": {
					"doDownload": true
				}
			}
		},
		"jsdelivr.pai233.top": {
			"^.*\\?DS_DOWNLOAD$": {
				"requestReplace": {
					"doDownload": true
				},
				"responseReplace": {
					"doDownload": true
				}
			}
		},
		"raw.incept.pw": {
			"^.*\\?DS_DOWNLOAD$": {
				"requestReplace": {
					"doDownload": true
				},
				"responseReplace": {
					"doDownload": true
				}
			}
		},
		"customer-stories-feed.github.com": {
			".*": {
				"proxy": "customer-stories-feed.fastgit.org"
			}
		},
		"*.docker.com": {
			".*": {
				"sni": "baidu.com"
			}
		},
		"www.google.com": {
			"/recaptcha/.*": {
				"proxy": "www.recaptcha.net"
			}
		},
		"ajax.googleapis.com": {
			".*": {
				"proxy": "ajax.lug.ustc.edu.cn",
				"backup": [
					"gapis.geekzu.org"
				],
				"test": "ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
			}
		},
		"themes.googleapis.com": {
			".*": {
				"proxy": "themes.loli.net",
				"backup": [
					"themes.proxy.ustclug.org"
				]
			}
		},
		"themes.googleusercontent.com": {
			".*": {
				"proxy": "google-themes.proxy.ustclug.org"
			}
		},
		"clients*.google.com": {
			".*": {
				"abort": false,
				"desc": "设置abort:true可以快速失败,节省时间"
			}
		},
		"www.googleapis.com": {
			".*": {
				"abort": false,
				"desc": "设置abort:true可以快速失败,节省时间"
			}
		},
		"lh*.googleusercontent.com": {
			".*": {
				"abort": false,
				"desc": "设置abort:true可以快速失败,节省时间"
			}
		},
		"*.s3.1amazonaws1.com": {
			"/sqlite3/.*": {
				"redirect": "npm.taobao.org/mirrors"
			}
		},
		"*.carbonads.com": {
			"/carbon.*": {
				"abort": true,
				"desc": "广告拦截"
			}
		},
		"*.buysellads.com": {
			"/ads/.*": {
				"abort": true,
				"desc": "广告拦截"
			}
		}
	},
	"preSetIpList": {
		"github.com": [
			"4.237.22.38",
			"20.26.156.215",
			"20.27.177.113",
			"20.87.245.0",
			"20.200.245.247",
			"20.201.28.151",
			"20.205.243.166",
			"140.82.113.3",
			"140.82.114.4",
			"140.82.116.3",
			"140.82.116.4",
			"140.82.121.3",
			"140.82.121.4"
		],
		"*.githubusercontent.com": [
			"146.75.92.133",
			"199.232.144.133",
			"199.232.88.133"
		],
		"viewscreen.githubusercontent.com": [
			"140.82.112.21",
			"140.82.112.22",
			"140.82.113.21",
			"140.82.113.22",
			"140.82.114.21",
			"140.82.114.22"
		],
		"^(analytics|ghcc)\\.githubassets\\.com$": [
			"185.199.108.153",
			"185.199.110.153",
			"185.199.109.153",
			"185.199.111.153"
		],
		"*.githubassets.com": [
			"185.199.108.154",
			"185.199.109.154",
			"185.199.110.154",
			"185.199.111.154"
		],
		"*.pixiv.net": [
			"210.140.139.154",
			"210.140.139.157",
			"210.140.139.160"
		],
		"hub.docker.com": [
			"54.208.73.48",
			"54.156.14.194",
			"100.29.167.200"
		],
		"sessions-bugsnag.docker.com": [
			"100.29.167.200",
			"54.156.14.194",
			"54.208.73.48"
		],
		"api.github.com": [
			"20.26.156.210",
			"20.27.177.116",
			"20.87.245.6",
			"20.200.245.245",
			"20.201.28.148",
			"20.205.243.168",
			"20.248.137.49",
			"140.82.112.5",
			"140.82.113.6",
			"140.82.116.6",
			"140.82.121.6"
		],
		"codeload.github.com": [
			"20.26.156.216",
			"20.27.177.114",
			"20.87.245.7",
			"20.200.245.246",
			"20.201.28.149",
			"20.205.243.165",
			"20.248.137.55",
			"140.82.113.9",
			"140.82.114.10",
			"140.82.116.10",
			"140.82.121.9"
		],
		"github.io": [
			"185.199.108.153",
			"185.199.109.153",
			"185.199.110.153",
			"185.199.111.153"
		]
	},
	"whiteList": {
		"*.icloud.com": true,
		"*.lenovo.net": true,
		"localhost": true,
		"127.*.*.*": true,
		"192.168.*.*": true,
		"*.cn": true,
		"cn.*": true,
		"*china*": true,
		"*.dingtalk.com": true,
		"*.apple.com": true,
		"*.microsoft.com": true,
		"*.alipay.com": true,
		"*.qq.com": true,
		"*.baidu.com": true
	},
	"enabled": true,
	"host": "127.0.0.1",
	"port": 31181,
	"intercept": {
		"enabled": true
	},
	"app": {
		"showShutdownTip": false,
		"closeStrategy": 1,
		"theme": "light",
		"autoStart": {
			"enabled": true
		},
		"mode": "default",
		"remoteConfig": {
			"enabled": true,
			"url": "https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror/packages/core/src/config/remote_config.json5",
			"personalUrl": ""
		},
		"startShowWindow": true,
		"showHideShortcut": "Alt + S",
		"windowSize": {
			"width": 900,
			"height": 750
		},
		"autoChecked": true,
		"skipPreRelease": true,
		"dock": {
			"hideWhenWinClose": false
		}
	},
	"plugin": {
		"overwall": {
			"targets": {
				"*.github.com": true,
				"*github*.com": true,
				"*.gitbook.io": true,
				"*.nodejs.org": true,
				"*.npmjs.com": true,
				"*.wikimedia.org": true,
				"*.v2ex.com": true,
				"*.azureedge.net": true,
				"*.cloudfront.net": true,
				"*.bing.com": true,
				"*.discourse-cdn.com": true,
				"*.gravatar.com": true,
				"*.docker.com": true,
				"*.vueuse.org": true,
				"*.elastic.co": true,
				"*.optimizely.com": true,
				"*.stackpathcdn.com": true,
				"*.fastly.net": true,
				"*.cloudflare.com": true,
				"*.233v2.com": true,
				"*.v2fly.org": true,
				"*.telegram.org": true,
				"*.amazon.com": true,
				"*.googleapis.com": true,
				"*.google-analytics.com": true,
				"*.cloudflareinsights.com": true,
				"*.intlify.dev": true,
				"*.segment.io": true,
				"*.shields.io": true,
				"*.jsdelivr.net": true,
				"*.z-library.sk": true,
				"*.zlibrary*.se": true,
				"*.wikipedia-on-ipfs.org": true,
				"*.chatgpt.com": false,
				"*.oaiusercontent.com": true,
				"*.huggingface.co": true,
				"*.pixiv.org": true,
				"*.fanbox.cc": true,
				"*.onesignal.com": true
			},
			"pac": {
				"pacFileUpdateUrl": "https://ghproxy.net/https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt",
				"enabled": true,
				"autoUpdate": true,
				"pacFilePath": "./extra/pac/pac.txt"
			},
			"name": "梯子",
			"enabled": false,
			"server": {},
			"serverDefault": {
				"ow-prod.docmirror.top": {
					"port": 443,
					"path": "X2dvX292ZXJfd2FsbF8",
					"password": "dev_sidecar_is_666"
				}
			}
		},
		"node": {
			"name": "NPM加速",
			"enabled": false,
			"tip": "如果你没有安装nodejs则不需要启动它",
			"startup": {
				"variables": true
			},
			"setting": {
				"command": "npm",
				"strict-ssl": true,
				"cafile": false,
				"NODE_EXTRA_CA_CERTS": false,
				"NODE_TLS_REJECT_UNAUTHORIZED": false,
				"yarnRegistry": "default",
				"registry": "https://registry.npmjs.org"
			},
			"variables": {
				"phantomjs_cdnurl": "https://npmmirror.com/mirrors/phantomjs",
				"chromedriver_cdnurl": "https://npmmirror.com/mirrors/chromedriver",
				"sass_binary_site": "https://npmmirror.com/mirrors/node-sass",
				"ELECTRON_MIRROR": "https://npmmirror.com/mirrors/electron/",
				"NVM_NODEJS_ORG_MIRROR": "https://npmmirror.com/mirrors/node",
				"CHROMEDRIVER_CDNURL": "https://npmmirror.com/mirrors/chromedriver",
				"OPERADRIVER": "https://npmmirror.com/mirrors/operadriver",
				"ELECTRON_BUILDER_BINARIES_MIRROR": "https://npmmirror.com/mirrors/electron-builder-binaries/",
				"PYTHON_MIRROR": "https://npmmirror.com/mirrors/python"
			}
		},
		"git": {
			"name": "Git.exe代理",
			"enabled": false,
			"tip": "如果你没有安装git命令行则不需要启动它",
			"setting": {
				"sslVerify": true,
				"noProxyUrls": {
					"https://gitee.com": true,
					"https://e.coding.net": true,
					"https://codeup.aliyun.com": true
				}
			}
		},
		"pip": {
			"name": "PIP加速",
			"statusOff": true,
			"tip": "如果你没有安装pip则不需要启动它",
			"startup": {},
			"setting": {
				"command": "pip",
				"trustedHost": "pypi.org",
				"registry": "https://pypi.org/simple/"
			}
		}
	},
	"proxy": {
		"proxyHttp": true,
		"remoteDomesticDomainAllowListFileUrl": "https://ghproxy.net/https://raw.githubusercontent.com/pluwen/china-domain-allowlist/main/allow-list.sorl",
		"excludeIpList": {
			"objects-origin.githubusercontent.com": true,
			"*.ghproxy.net": true,
			"*.ghp.ci": true,
			"*.kkgithub.com": true,
			"*.dgithub.xyz": true,
			"*.github.io": true,
			"pages.github.com": true,
			"help.github.com": true,
			"docs.github.com": true,
			"*.github.blog": true,
			"analytics.githubassets.com": true,
			"ghcc.githubassets.com": true,
			"www.docker.com": true,
			"login.docker.com": true,
			"api.dso.docker.com": true,
			"desktop.docker.com": true,
			"*.elastic.co": true,
			"*.bilicomic.com": true,
			"[2049:8c54:813:10c::140]": true,
			"[2409:8a0c:a442:ff40:a51f:4b9c:8b41:25ea]": true,
			"[2606:2800:147:120f:30c:1ba0:fc6:265a]": true,
			"*.cmicapm.com": true,
			"*.cloudflare.com": true,
			"*.cloudflare-cn.com": true,
			"*.microsoftonline.com": true,
			"*.msedge.net": true,
			"*kaspersky*.com": true,
			"*.upd.kaspersky.com": true,
			"*.lanhuapp.com": true,
			"*.soboten.com": true,
			"*.sandboxie-plus.com": true,
			"*.wuyou.net": true,
			"*.pyecharts.org": true,
			"*.bcloudlink.com": true,
			"*.qijishow.com": true,
			"*.z-lib.fo": true,
			"*.finalshell.com": true,
			"*.minebbs.com": true,
			"*.spigotmc.org": true,
			"*.virustotal.com": true,
			"*.gitlab.com": true,
			"*.deepseek.com": true,
			"*.youdemai.com": true,
			"*.casualthink.com": true,
			"44.239.165.12": true,
			"3.164.110.117": true,
			"*.cn": true,
			"cn.*": true,
			"*china*": true,
			"*.ghproxy.*": true,
			"ssh.github.com": true,
			"www.deepl.com": true,
			"*.csdn.net": true,
			"*.so.com": true,
			"*.baidu.com": true,
			"*.baiducontent.com": true,
			"*.bdimg.com": true,
			"*.bdstatic.com": true,
			"*.bdydns.com": true,
			"*.tencent.com": true,
			"*.qq.com": true,
			"*.weixin.com": true,
			"*.weixinbridge.com": true,
			"*.wechat.com": true,
			"*.idqqimg.com": true,
			"*.gtimg.com": true,
			"*.qpic.com": true,
			"*.qlogo.com": true,
			"*.myapp.com": true,
			"*.aliyun.com": true,
			"*.alipay.com": true,
			"*.taobao.com": true,
			"*.tmall.com": true,
			"*.alipayobjects.com": true,
			"*.dingtalk.com": true,
			"*.mmstat.com": true,
			"*.alicdn.com": true,
			"*.hdslb.com": true,
			"gitee.com": true,
			"*.gitee.com": true,
			"*.gitee.io": true,
			"*.giteeusercontent.com": true,
			"*.mozilla.org": true,
			"*.mozilla.com": true,
			"*.mozilla.net": true,
			"*.firefox.com": true,
			"*.firefox.org": true,
			"*.mozillademos.org": true,
			"*.mozillians.org": true,
			"*.mozillians.net": true,
			"*.mozillians.com": true,
			"*.sonatype.org": true,
			"*.maven.org": true,
			"*.mvnrepository.com": true,
			"*.apple.com": true,
			"*.icloud.com": true,
			"*.microsoft.com": true,
			"*.windows.com": true,
			"*.office.com": true,
			"*.office.net": true,
			"*.live.com": true,
			"*.msn.com": true,
			"*.wps.com": true,
			"*.wps.net": true,
			"*.ksord.com": true,
			"*.qihoo.com": true,
			"*.qihucdn.com": true,
			"*.360.com": true,
			"*.360safe.com": true,
			"*.360buyimg.com": true,
			"*.360buy.com": true,
			"*.jd.com": true,
			"*.jcloud.com": true,
			"*.jcloudcs.com": true,
			"*.jcloudcache.com": true,
			"*.jcloudcdn.com": true,
			"*.jcloudlb.com": true,
			"*.bilibili.com": true,
			"*.bilivideo.com": true,
			"*.biliapi.net": true,
			"*.10086.com": true,
			"*.10086cloud.com": true,
			"*.139.com": true,
			"*.xunlei.com": true,
			"*.icpapi.com": true,
			"*.navicat.com": true,
			"localhost": true,
			"localhost.*": true,
			"127.*.*.*": true,
			"test.*": true,
			"10.*.*.*": true,
			"172.16.*.*": true,
			"172.17.*.*": true,
			"172.18.*.*": true,
			"172.19.*.*": true,
			"172.20.*.*": true,
			"172.21.*.*": true,
			"172.22.*.*": true,
			"172.23.*.*": true,
			"172.24.*.*": true,
			"172.25.*.*": true,
			"172.26.*.*": true,
			"172.27.*.*": true,
			"172.28.*.*": true,
			"172.29.*.*": true,
			"172.30.*.*": true,
			"172.31.*.*": true,
			"192.168.*.*": true
		},
		"enabled": true,
		"name": "系统代理",
		"use": "local",
		"other": [],
		"setEnv": false,
		"excludeDomesticDomainAllowList": true,
		"autoUpdateDomesticDomainAllowList": true,
		"domesticDomainAllowListFilePath": "./extra/proxy/domestic-domain-allowlist.txt"
	}
}
@Problem2014 Problem2014 added the Bug Something isn't working label Feb 12, 2025
@wangliang181230 wangliang181230 added this to the 待办事项 milestone Feb 14, 2025
@wangliang181230
Copy link
Contributor

看下日志。

@wangliang181230 wangliang181230 added the Waiting for a reply(等待回复) 等待用户回复的问题 label Feb 14, 2025
@Sunlonglong-Creative
Copy link

设置loopback,在其中勾选vscode就行

@wangliang181230
Copy link
Contributor

设置loopback,在其中勾选vscode就行

另一个issue里,用户说 loopback 里,找不到 vscode 啊?

@wangliang181230
Copy link
Contributor

wangliang181230 commented Mar 10, 2025

https://zhuanlan.zhihu.com/p/17864898987 ,要么尝试设置下vscode的代理吧。
DS的本地代理服务地址是 127.0.0.1:31181

@cloudskyic
Copy link

退出github账号,把软件和ds关闭,再打开ds,vscode,重新来一遍试试

@wangliang181230 wangliang181230 added the Todo 待办事项 label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Todo 待办事项 Waiting for a reply(等待回复) 等待用户回复的问题
Projects
None yet
Development

No branches or pull requests

4 participants