class=”htmledit_views”>
Perfect solution git clone
$ git clone https://github.com/jsj228/myself.git
Cloning into ‘myself’…
fatal: unable to access ‘https:// github.com/jsj228/myself.git/’: schannel: failed to receive handshake, SSL/TLS connection failed
git clone again
$ git clone https://github.com/jsj228/myself.git
Cloning into ‘myself’…
fatal: unable to access ‘https://github .com/jsj228/myself.git/’: Failed to connect to github.com port 443: Timed out
Checked the written information: it should be a problem with the git agent
Only need to execute in the command line
git config –global –unset http.proxy
git config –global –unset https.proxy