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
淡淡烟草味2017-05-02 09:25:02
Failed to receive SOCKS4 connect request ack
See the error. You are using a proxy, and then the proxy hangs up.
漂亮男人2017-05-02 09:25:02
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
Executiongit remte origin set-url <ssh-URL>
Done