码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-05-16 13:18:01      阅读:2234      评论:0      收藏:0      [点我收藏+]

标签:报错   https   上下   上网   receive   pid   下载文件   failed   ble   

  安装了代理,能上网,也能从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.

标签:报错   https   上下   上网   receive   pid   下载文件   failed   ble   

原文地址:https://www.cnblogs.com/dylancao/p/9044980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!