方案一:
将git clone中的https改为git,如:
git clone https://github.com/dapr/cpp-sdk.git
# 改为:
git clone git://github.com/dapr/cpp-sdk.git
方案二:
命令行中执行,修改git配置
git config --global --unset http.proxy
git config --global --unset https.proxy
方案一:
将git clone中的https改为git,如:
git clone https://github.com/dapr/cpp-sdk.git
# 改为:
git clone git://github.com/dapr/cpp-sdk.git
方案二:
命令行中执行,修改git配置
git config --global --unset http.proxy
git config --global --unset https.proxy