IDEA-git-clone reported 10053 error solution

Cloning a project on GitHub today reported
Cloning into 'SSM'...
fatal: unable to access 'https://github.com/xxx/SSM.git/': OpenSSL SSL_read: Connection was aborted, errno 10053

After checking a bunch of them, they are all similar to git clone error, errno 10053. This kind of processing method
is said to be a proxy. I think that I have encountered IDEA before because of the default proxy configuration.

Problem solved:
insert image description here
After configuration, the project was successfully pulled down

Guess you like

Origin blog.csdn.net/RoyRaoHR/article/details/124437601