mac下git clone 出现fatal: unable to access 'https://github.com/vnpy/vnpy.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused问题
查询是否使用代理:git config --global http.proxy
取消代理:git config --global --unset http.proxy
mac下git clone 出现fatal: unable to access 'https://github.com/vnpy/vnpy.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused问题
查询是否使用代理:git config --global http.proxy
取消代理:git config --global --unset http.proxy