dep - Solving failure: No versions/No more versions of xxx

煎鱼 · · 1227 次点击 · · 开始浏览    
这是一个创建于 的文章,其中的信息可能已经有所发展或是发生改变。

前言

如果你正在使用Golangdep工具,我相信你可能会遇到这个问题

dep 版本

$ dep version
dep:
 version     : devel
 build date  : 
 git hash    : 
 go version  : go1.10
 go compiler : gc
 platform    : linux/amd64

当前Latest releasev0.4.1

问题

使用dep包管理工具时,无论执行dep init -v或是dep ensure

总是报版本错误(no more versionsno versions)的问题

$ dep ensure
Solving failure: No versions of xxxx met constraints:
    master: unable to update checked out version: fatal: reference is not a tree: 2c5e7ac708aaa719366570dd82bda44541ca2a63
: command failed: [git checkout 2c5e7ac708aaa719366570dd82bda44541ca2a63]: exit status 128

原因

算是一个bug,是由于缓存的错误没有得到正确的更新

解决方案


rm -rf $GOPATH/pkg/dep/sources

然后再重新执行dep ensure或是dep init -v就可以了


你又遇到过什么奇奇怪怪的问题呢,交流一下 :=)


有疑问加站长微信联系(非本文作者)

本文来自:Segmentfault

感谢作者:煎鱼

查看原文:dep - Solving failure: No versions/No more versions of xxx

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1227 次点击  
加入收藏 微博
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传