Cloning into ‘*********’
fatal: unable to access 'https://github.com//’: Failed to connect to github.com port 443 after 21053 ms: Couldn’t connect to server
在本地克隆github项目时出现上述报错,在终端输入:
git config --global http.proxy http://127.0.0.1:10809
其中10809是代理软件的http代理的端口号。
成功解决!