当我下载字体来测试我的应用时,我遇到了障碍。但是,由于某些不明原因,将文件写入磁盘会失败。
$ bash ./test/fetch-fonts.bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 176 100 176 0 0 526 0 --:--:-- --:--:-- --:--:-- 533
Warning: Failed to create the file
Warning: ./resources/fonts/DroidSansFallbackFull.ttf: No such file or
Warning: directory
0 3938k 0 1925 0 0 4737 0 0:14:11 --:--:-- 0:14:11 4737
curl: (23) Failed writing body (0 != 1925)
The command "bash ./test/fetch-fonts.bash" failed and exited with 23 during .
我尝试使用较小的字体(104Kb而不是3.8Mb)并获得相同的行为。
我怎么解决这个问题?