1. 程式人生 > >從github clone文件: Failed to receive SOCKS4 connect request ack.

從github clone文件: Failed to receive SOCKS4 connect request ack.

ID fat AC 安裝 conn ive ble .com sock

  安裝了代理,能上網,也能從github上下載文件,就是無法從github上clone文件,

查了很久資料後,終於發現使用sudo可以解決問題。不過,不知道原因是什麽?

  比如:git clone https://github.com/DyLanCao/qPID.git

報錯:

Cloning into ‘qPID‘...
fatal: unable to access ‘https://github.com/DyLanCao/qPID.git/‘: Failed to receive SOCKS4 connect request ack.

解決方案:

  sudo git clone https://github.com/DyLanCao/qPID.git

從github clone文件: Failed to receive SOCKS4 connect request ack.