I don’t know what’s going on recently. When using git commands, such as push and clone. It always says Failed to receive SOCKS4 connect request ack.
You can access it if you change it to ssh protocol. The system is ubuntu14.04. Is there any solution, or can all https be used via ssh
Failed to receive SOCKS4 connect request ack
See the error. You are using a proxy, and then the proxy hangs up.
Have you been blocked again? |_|.
But since you said
ssh
can still be used, let’s change the remote url one by one:Open command line
Move to the project root directory
Execution
git remte origin set-url <ssh-URL>
Done