Skip to content
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

非常需要命令行常见网络命令的拦截处理 #69

Open
syeerzy opened this issue Jun 17, 2021 · 1 comment
Open

非常需要命令行常见网络命令的拦截处理 #69

syeerzy opened this issue Jun 17, 2021 · 1 comment
Labels
Help Wanted(请求大佬帮助) Extra attention is needed

Comments

@syeerzy
Copy link

syeerzy commented Jun 17, 2021

除了npm 以外, 诸如 python的pip , rust的cargo, clojure的lein和boot 等命令都会在内部通过curl 或wget 去访问github

现在这些不能被很好地拦截处理. 也就是浏览器能访问了, 但是那些构建脚本却没办法.

最近在编译一个操作系统,涉及大量的开源库, 里面很多都通过github, 偏偏这两天大墙抽风. 非常要命

@greper
Copy link
Contributor

greper commented Jun 23, 2021

这里面会面临证书的信任问题,很多命令行他并不走系统证书,甚至node里面有些库根本就不给你忽略证书的机会,就很难搞,得一个一个单独适配,所以目前的转发代理方案并不适合此类任务。需要v2ray那种纯流量转发方案才方便

@wangliang181230 wangliang181230 added the Help Wanted(请求大佬帮助) Extra attention is needed label Mar 29, 2024
@wangliang181230 wangliang181230 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted(请求大佬帮助) Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants