执行repo init时候报错“error: manifest missing or unreadable -- please run init”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了执行repo init时候报错“error: manifest missing or unreadable -- please run init”相关的知识,希望对你有一定的参考价值。
参考技术A 当你新建项目文件夹,想要在里面进行repo init操作的时候,有时候会出现下面这种错误:你心想mmb,我就想执行 repo init 操作,你还让我在此之前 please run init ,拿我开心么?
骚年莫方,原来,当执行命令 repo init 后如果获取文件失败,会在 .repo 目录下生成一个 manifests.git 文件。
如果该文件存在,再次运行 repo init 就会报这个错误。
知道原因了吧?怎么解决呢?
对!简单粗暴地把这个 manifests.git 文件夹删除!
再次 repo init ,一切OK!
error:: undefined reference to symbol '__glewBufferSubData' 未定义的引用 以及 error: ma
在把DSO移植到QT工程中,出现了
/usr/bin/ld: KeyFrameDisplay.o: undefined reference to symbol ‘__glewBufferSubData‘
报错,原因是.pro文件中没有加 GLEW库。
解决方案:
在.pro文件中加上这句:
##### GLEW #####
LIBS += -lGLEW
error: main.o: undefined reference to symbol ‘glTexImage2D‘
报错,原因是.pro文件中没有加OpenGL
解决方案:qt中内置了opengl,因此在.pro文件中加上这句:
QT += opengl
以上是关于执行repo init时候报错“error: manifest missing or unreadable -- please run init”的主要内容,如果未能解决你的问题,请参考以下文章
CentOS系统yum报错Cannot find a valid baseurl for repo
linux中下载android源码前,repo init为什么总是提示 /bin/repo: permission denied?
repo/repo init-解决同步源码Cannot get http://gerrit.googlesource.com/git-repo/clone.bundle