apt-get install报错:GnuTLS recv error (-110): The TLS connection was non-properly terminated.
程序员文章站
2024-03-14 09:30:28
...
$ sudo apt-get install -y nvidia-docker2
...
Err:4 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu16.04/amd64 nvidia-container-runtime 3.4.0-1
GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Get:5 https://nvidia.github.io/nvidia-docker/ubuntu16.04/amd64 nvidia-docker2 2.5.0-1 [5,840 B]
Fetched 854 kB in 6min 11s (2,300 B/s)
E: Failed to fetch https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu16.04/amd64/./nvidia-container-runtime_3.4.0-1_amd64.deb GnuTLS recv error (-110): The TLS connection was non-properly terminated.
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
解决:多试几次可能就好了。TLS关闭了吧应该。。我第二次再运行就没报这个错了
上一篇: Linux下用rsync实现文件同步
下一篇: Java中ArrayUtils数组工具类