git clone 的一些问题

error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054 fatal: expected

git config --global http.sslVerify "false"

fatal: unable to access 'https://github.com/xxx.git/': Failed to connect to github.com port 443 after 21100 ms: Timed out

git config --global --unset http.proxy 
git config --global --unset https.proxy
posted @ 2025-04-02 21:12  Cocoicobird  阅读(11)  评论(0)    收藏  举报