参考博客:https://blog.csdn.net/lindexi_gd/article/details/79213042

错误原文:

cannot lock ref ‘refs/remotes/origin/xx’:’refs/remotes/origin/xx/xx’ exists cannot create ‘ref/remotes/origin/xx’

解决:

git update-ref -d refs/remotes
git fetch

最新文章

  1. Android-RecyclerView
  2. Python学习日志(一)
  3. [转]html5表单上传控件Files API
  4. RedHat 6.2 Linux修改yum源免费使用CentOS源
  5. intellij中编译报错: The packaging for this project did not assign a file to the build artifact
  6. LINUX 添加定时任务
  7. 今日成长笔记2016-11-18 - 关于java开发
  8. poj1664 放苹果(递归)
  9. 转:消除SDK更新时的“https://dl-ssl.google.com refused”错误
  10. Spring Boot 中关于自定义异常处理的套路!
  11. C# 《编写高质量代码改善建议》整理&笔记 --(四)资源管理&序列化
  12. mysql7笔记----存储过程实例
  13. BUTXO详解
  14. MongoDB数据模型设计
  15. Linux 小知识翻译 - 「为什么安全是互联网的问题?」
  16. Beyond Compare 4过期
  17. 求矩形的周长(线段树+扫描线) Picture POJ - 1177
  18. CentOS下使用LVM进行分区(转)
  19. 品味性能之道<七>:索引基础
  20. [BUAA2017软工]个人作业week-1

热门文章

  1. 通过<meta>标签指定IE的文档模式实现CSS3兼容
  2. ubuntu 装机必备
  3. JAVA实例
  4. Mac os x下几款mysql客户端
  5. 借助 LVS + Keepalived 实现负载均衡
  6. 解决sqlite 删除记录后数据库文件大小不变
  7. nyoj 633 幂
  8. Django Rest framework Swagger生成api文档
  9. 初学python之路-day10
  10. Arrays类的运用,二分法,数组的复制,命令行参数的运用,二维数组,Object,equals