google的Dawn挂梯子也Clone不下来
-
我尝试挂梯子克隆
Google
的Dawn
项目
https://dawn.googlesource.com/dawngit clone https://dawn.googlesource.com/dawn Cloning into 'dawn'... fatal: unable to access 'https://dawn.googlesource.com/dawn/': Failed to connect to dawn.googlesource.com port 443 after 21070 ms: Timed out
咋办,搞了好几天了,呜呜呜~
-
@FuXii 目前一般的梯子,都是本地的socks5代理,是无法直接代理terminal,git,ssh 这些程序的,需要特殊的配置才可以,先自行搜索一下 git 的代理设置
或者使用 Proxifier 类似的软件,直接转发系统底层tcp/udp 的连接到 socks5 代理 -
@shuangliu 我使用如下设置
git config --global http.proxy http://127.0.0.1:1080 git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy socks5://1270.0.1:1086 git config --global https.proxy socks5://1270.0.1:1080 git config --global https.proxy http://127.0.0.1:443
都clone不下来
-
首先,只设置
http.proxy
就行其次,请明确本地socks5的端口,不是所有的梯子都用1080/1086/443,每个软件都不一样,不要只是搜了网上的例子就粘过来用,比如,我用的
clash
一般是使用7890
端口git config --global http.proxy 'socks5://127.0.0.1:7890'
刚测试过,可以 clone Dawn 的 repo
-
@shuangliu 谢谢大佬指点,已经能clone下来了
-
您是打算上C++来测试WebGPU吗?
-
@huangbeyond 期待他的webgpu2.0