码迷,mamicode.com
首页 > 其他好文 > 详细

git cannot lock ref

时间:2018-01-31 11:31:35      阅读:491      评论:0      收藏:0      [点我收藏+]

标签:body   blog   com   .com   date   自己   分享图片   联系   下载   

如果在 git 准备下载仓库的时候,出现下面的错误

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

使用了之后就可以了。

https://stackoverflow.com/questions/43533473/error-cannot-lock-ref-refs-tags-exists-cannot-create-refs-tags

本文同时放在自己搭建的博客git cannot lock ref

技术分享图片
本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。欢迎转载、使用、重新发布,但务必保留文章署名林德熙(包含链接:http://blog.csdn.net/lindexi_gd ),不得用于商业目的,基于本文修改后的作品务必以相同的许可发布。如有任何疑问,请与我联系

git cannot lock ref

标签:body   blog   com   .com   date   自己   分享图片   联系   下载   

原文地址:https://www.cnblogs.com/lindexi/p/git-cannot-lock-ref.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!