git代理弄了半天都不行的解决方案
git clone的时候老是报这个错
fatal: unable to access 'https://github.com/twseptian/cve-2022-22947.git/': Failed to connect to github.com port 443 after 2289 ms: Could not connect to server
我就想,我配置个docker的代理,为什么git坏了呢,问了半天搜了半天都搞不好
然后后面curl了一下

总是指向127.0.0.1干嘛,问了下ai
让我看看windows/system32/driver/etc/host
一看,我的steam++指向了一堆127.0.0.1,说是可能和docker配置的时候冲突了

删掉之后,git就正常了
6,花了我一小时