赞
踩
程序员经常需要使用git clone
然而由于国外源的问题,需要科学上网才能下载,所以直接git clone 经常会失败!
如下FFmpeg clone失败:
root@3fbaf54f21b4:~/Git# git clone https://github.com/FFmpeg/FFmpeg.git
Cloning into 'FFmpeg'...
fatal: unable to access 'https://github.com/FFmpeg/FFmpeg.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
root@3fbaf54f21b4:~/Git#
使用云资源,十分稳定好用。
比如阿里云下载:
root@iZukr2Z:~/packages# git clone https://github.com/FFmpeg/FFmpeg.git
Cloning into 'FFmpeg'...
remote: Enumerating objects: 652854, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 652854 (delta 8), reused 13 (delta 7), pack-reused 652834
Receiving objects: 100% (652854/652854), 284.82 MiB | 11.51 MiB/s, done.
Resolving deltas: 100% (514465/514465), done.
root@iZukr2Z:~/packages#
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。