github installation - github https cannot connect
黄舟
黄舟 2017-05-02 09:23:02
0
2
1047

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

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
淡淡烟草味

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:

  1. Open command line

  2. Move to the project root directory

  3. Executiongit remte origin set-url <ssh-URL>

  4. Done

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template