解决github RPC 52错误的方法

最近在github上git clone代码时,总遇到如下错误

比如我要下载

https://github.com/iosweekend-samples/Frameworks-WishList-Example.git

error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly

 

解决方法如下

将https改成git即可,如下

git clone git://github.com/iosweekend-samples/Frameworks-WishList-Example.git

 

posted @ 2014-12-18 12:01  程序熊  阅读(1063)  评论(0编辑  收藏  举报