Karp 的技术博客
主页
最新
踩坑教训
数据库
操作系统
Nginx
协议
编程语言
容器
网络安全
其他
踩坑教训
No module named yum错误的解决办法

解决 "No module named yum" 错误的方法

踩坑教训
阿里云 Centos6.5 yum install 时会遇到类似如下404等错误

阿里云 Centos6.5 yum install时会遇到类似如下404等错误:

踩坑教训
解决git冲突:please move or remove them before you can merge

问题:使用gitpull代码时报错:please move or remove them before you can merge
意思:请在合并之前移动或删除它们
造成的原因:本地修改时与远端提交的代码冲突而又没有merge合并
解决:

踩坑教训
Git error: The following untracked working tree files would be overwritten by merge:

解决 "The following untracked working tree files would be overwritten by merge" 错误的方法