问题使用git clone时,如何避免“致命:写入错误:只读文件”问题。
在docker实例中发生错误 docker run -it imagename / bin / bash
结果:
root@imagename:~/# git clone user@address:repo dir_name
Cloning into 'dir_name'...
remote: Counting objects: 79344, done.
remote: Compressing objects: 100% (30878/30878), done.
fatal: write error: Read-only file system76 GiB | 5.31 MiB/s
fatal: index-pack failed
成功完成此操作的正确魔术是什么?
答案 0 :(得分:0)
当docker存储空间已满时,我看到了这个错误(限制为20GB)。
如果你拉了太多图片或运行太多容器,你会看到这个错误。
清理一些图像或容器会有所帮助。