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