We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
powershell 中 运行 proxychains deno install -A --unstable -n trex https://deno.land/x/trex/cli.ts,一直卡住不动。v2ray的控制台中显示已经收到 proxy 了,但似乎哪里断连了。
proxychains deno install -A --unstable -n trex https://deno.land/x/trex/cli.ts
配置只改了最后一行:
[ProxyList] socks5 127.0.0.1 10808
代理本身没有问题,不用 proxychains,直接换用 http 的env 配置之后,很快就跑过了。
$Env:http_proxy="http://127.0.0.1:7890";$Env:https_proxy="http://127.0.0.1:7890"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
powershell 中 运行
proxychains deno install -A --unstable -n trex https://deno.land/x/trex/cli.ts
,一直卡住不动。v2ray的控制台中显示已经收到 proxy 了,但似乎哪里断连了。配置只改了最后一行:
代理本身没有问题,不用 proxychains,直接换用 http 的env 配置之后,很快就跑过了。
The text was updated successfully, but these errors were encountered: