Cloning into '**'...
fatal: unable to access 'https://github.com/**.git/': GnuTLS recv error (-54): Error in the pull function.

参考以及感谢博文:https://blog.csdn.net/bingyu9875/article/details/102568686

错误原因:github连接失败,下载不下来。就是github不用翻墙的话,有时候加载特别慢甚至打不开。

把命令

git clone https://github.com/**.git

换成

git clone git://github.com/**.git

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐