fatal: unable to access 'https://github.com/ghost-guest/HTML.git/': Failed to connect to github.c...

解决:fatal: unable to access 'https://github.com/ghost-guest/HTML.git/': Failed to connect to github.com port 443: Timed out

添加代理:
PS > git config --global http.proxy
PS> git config --global --unset http.proxy

你可能感兴趣的:(fatal: unable to access 'https://github.com/ghost-guest/HTML.git/': Failed to connect to github.c...)