fatal: unable to access 'xxx': Encountered end of file


問題:git pull 下載失敗

現象:

git clone https://github.com/NVIDIA/k8s-device-plugin.git

fatal: unable to access 'xxx': Encountered end of file

解決:https改成git

git clone git://github.com/NVIDIA/k8s-device-plugin.git

Cloning into 'k8s-device-plugin'...

remote: Enumerating objects: 24757, done.

remote: Counting objects: 100% (389/389), done.

remote: Compressing objects: 100% (203/203), done.

remote: Total 24757 (delta 179), reused 339 (delta 163), pack-reused 24368

Receiving objects: 100% (24757/24757), 37.88 MiB | 9.34 MiB/s, done.

Resolving deltas: 100% (10176/10176), done.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM