随笔分类 -  bug解决

git拉取时间过长或项目过大
摘要:报错:error: RPc failed; curl 18 transfer closed with outstanding read data remaining error: 1289 bytes of body are still expected fetch-pack: unexpected 阅读全文
posted @ 2024-12-30 20:29 CharXL 阅读(96) 评论(0) 推荐(0)
dpkg安装包出现依赖关系错误
摘要:# 尝试修复因依赖关系问题导致的安装失败 sudo apt --fix-broken install # 安装过程被中断或遇到配置问题,可以使用此命令重新配置所有未完成的包 sudo dpkg --configure -a # 如果遇到缓存问题,可以通过清理缓存来解决 sudo apt clean 阅读全文
posted @ 2024-12-13 11:38 CharXL 阅读(1784) 评论(0) 推荐(0)