We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
通过go install github.com/GopeedLab/gopeed/cmd/gopeed@main得到的命令行版本,windows上通过cmd窗口调用时,走cmd窗口设置的代理怎么不生效呢?例如cmd设置set http_proxy=http://127.0.0.1:1080 ,同cmd窗口下调用gopeed还是识别不到代理。
go install github.com/GopeedLab/gopeed/cmd/gopeed@main
set http_proxy=http://127.0.0.1:1080
或者命令行版本有直接设置代理下载的参数吗?
The text was updated successfully, but these errors were encountered:
这个问题的解决方案是什么,能否说一下呢?
Sorry, something went wrong.
现在不支持哦,只能用tun模式了
好的。那目前gopeed默认是识别的系统代理吗?
gui版本是支持识别系统代理的,命令行还不行
No branches or pull requests
通过
go install github.com/GopeedLab/gopeed/cmd/gopeed@main
得到的命令行版本,windows上通过cmd窗口调用时,走cmd窗口设置的代理怎么不生效呢?例如cmd设置set http_proxy=http://127.0.0.1:1080
,同cmd窗口下调用gopeed还是识别不到代理。或者命令行版本有直接设置代理下载的参数吗?
The text was updated successfully, but these errors were encountered: