当前位置:   article > 正文

【Linux】git clone失败的解决办法_termux使用git clone出错cannot link executable "/data/d

termux使用git clone出错cannot link executable "/data/data/com.termux/fil

【Linux】git clone失败的解决办法

背景

程序员经常需要使用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# 
  • 1
  • 2
  • 3
  • 4

解决办法

使用云资源,十分稳定好用。
比如阿里云下载:

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# 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/458974
推荐阅读
相关标签
  

闽ICP备14008679号