如果我在命令行 设置http_proxy 的话, cmake .. 可以成功走代理,但是如果我右键点击CMakeLists.txt,如果执行过程中有一些下载 github 仓库的操作,由于走不了代理,就不能继续进行下去了。。。
[ 11%] Performing download step (git clone) for 'googletest'
Cloning into 'googletest-src'...
fatal: unable to access 'https://github.com/google/googletest.git/': LibreSSL SSL_connect: Operation timed out in connection to github.com:443