2021-08-04
1. 問題描述
在執行以下命令時出現錯誤“正克隆到 'XXXXX'... fatal: unable to access 'https://github.com/lagerspetz/XXXXX/': Encountered end of file”
git clone https://github.com/lagerspetz/linux-stuff
2. 解決方法
將 “https” 修改成 “git” ,成功執行命令
git clone git://github.com/lagerspetz/linux-stuff