命令行版本的代理设置问题
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 26.4k
- Forks
- 1.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 50
Description
通过go install github.com/GopeedLab/gopeed/cmd/gopeed@main得到的命令行版本,windows上通过cmd窗口调用时,走cmd窗口设置的代理怎么不生效呢?例如cmd设置set http_proxy=http://127.0.0.1:1080 ,同cmd窗口下调用gopeed还是识别不到代理。
或者命令行版本有直接设置代理下载的参数吗?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the command-line installation and Windows cmd environment using go install github.com/GopeedLab/gopeed/cmd/gopeed@main and set http_proxy=http://127.0.0.1:1080. Trace how the CLI reads proxy settings and check whether an explicit proxy option exists. Done means the documented proxy setting works or the supported configuration path is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100