问题:
运行:
git clone https://github.com/arvidn/libtorrent.git
结果显示,git clone 出现 fatal: unable to access 'https://github.com/arvidn/libtorrent.git/': Empty reply from server
致命fatal错误!
解决方案
将命令行里的http改为git重新执行。
git clone git://github.com/arvidn/libtorrent.git
完美解决!