搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
酷酷是懒虫
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
Apache2.4 + PHP 5.5 源码编译安装_apache2.4.59编译源码安装configure: warning: *** lua 5.4
2
对标车载驾舱OMS(Occupant Monitoring System)_oms 监控 occupation
3
MySQL:VIEW视图
4
15、Drools自然语言DSL,DSLR的说明——6.4版本_dsl dslr
5
Python爬虫入门实战,图文详细教学,一看就懂_python爬虫开发从入门到实战
6
【数据库】postgressql设置数据库执行超时时间_pg 慢sql 设置
7
深度分析:智算中心建设 - GPU选型_智算中心如何配置
8
OCCT使用指南:Visualization
9
揭秘百度快照劫持的原因以及解决技巧_zblog0day漏洞
10
linux-Nginx-arm的编译安装步骤详解_nginx arm
当前位置:
article
> 正文
下载CyanogenMod(Android)源码遇到的“not a git repository”问题_not a git repository repo sync
作者:酷酷是懒虫 | 2024-08-12 14:28:22
赞
踩
not a git repository repo sync
这几天在下载CyanogenMod源码时使用repo sync 总是遇到下面问题:
not a git repository: ‘.repo/projects/frameworks/wilhelm.git’
Google找了很久也没有可行的解决方法,最终自己试了出来
解决方法:
删除 .repo/projects/frameworks/wilhelm.git 和 .repo/project-objects/CyanogenMod/android_frameworks_wilhelm.git
运行命令如下:
rm -rf .repo/projects/frameworks/wilhelm.git
rm -rf .repo/project-objects/CyanogenMod/android_frameworks_wilhelm.git
重新执行 repo sync
文章来源:www.yangpeiyong.com
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/酷酷是懒虫/article/detail/970165
推荐阅读
article
笔记-
github
不再支持密码验证
解决方案
_
pulling
1
repository
authent...
笔记-
github
不再支持密码验证
解决方案
赛博眼睛儿片儿2021/8/18在捣鼓
github
+typora实现云笔记的时...
赞
踩
article
git
、
git
lab
、
IDEA
、
vscode
使用(一)-
git
、
git
lab
、
IDEA
_
git
lab
...
一
、
git
lab
创建组
、
项目以下建立的组
、
项目的可见性级别都为私有1.1
、
创建组填写相关信息,点击创建群组,这里为了方便...
赞
踩
article
【
Android
】
Gradle
project
sync
failed
.Basic function...
Gradle
project
sync
failed
的解决方法-CSDN博客
Android
常见问题之 android ...
赞
踩
article
【Gitee 大文件上传问题】_
batch
response
:
lfs
only
supported
...
Gitee 大文件上传问题_
batch
response
:
lfs
only
supported
repository
...
赞
踩
article
docker
拉取镜像出现报错:
Using
default
tag:
latest
Trying
to...
本文主要介绍的是在
docker
拉取镜像时出现的报错,一般都是由于拉取的仓库是国外仓库,拉取太慢而报错的。_using d...
赞
踩
article
已解决
centos7
yum报错:
cannot
find
a
valid
base
url for r...
出现
cannot
find
a
valid
base
url for
repo
:
base
/7/x86_64错误通常是由于Y...
赞
踩
article
ubuntu
下
git
pull
时报错
insufficient
permission
for ad...
终端运行以下命令即可解决:sudo chmod 777 -R .
git
/
object
s
ubuntu
下
git
pull
时...
赞
踩
article
解决
git
@
git
ee
.com:
Permission
denied
(
publickey
). Co...
今天从
git
ee
上拉取项目时遇到了这个错误原因分析
Permission
denied
(
publickey
) 没有权限的...
赞
踩
article
git
@
git
ee.com:
Permission
denied
(
publickey
). Coul...
代码上传到
git
ee报错
git
@
git
ee.com:
Permission
denied
(
publickey
). Co...
赞
踩
article
git
@
git
ee.com: Permission
denied
(
publickey
). fata...
git
@
git
ee.com: Permission
denied
(
publickey
).
fatal
: Could no...
赞
踩
article
git
clone
命令出现
fatal
: Could not
read
from
remote re...
如图所示,致命:无法从远程存储库中读取。请确保您拥有正确的访问权限存储库存在。解决方法 第一步: C:\Users\Wi...
赞
踩
article
[
git
]报错
fatal
: ‘
origin
‘ does
not
appear to be a
git
...
这是因为本地的分支没有和远程分支建立联系,需要执行以下代码就可以正常。
git
@
git
hub.com:你的gihub名字/...
赞
踩
article
github
提交代码时报错:
Could
not
read
from
remote
repositor...
今天第一次使用
github
托管android代码,作为小白,当然是直接按照网上给的方法去上传代码,步骤如下:1.创建gi...
赞
踩
article
git命令行克隆报错
fatal
:
Could
not
read
from
remote
reposi...
1.在Windows下找到Users下的Administrator;2.然后在找到.ssh文件夹;3.找到known_h...
赞
踩
article
git
clone报错:Please
make
sure
you
have
the
correct
...
原因:
git
没有添加ssh密钥解决方法:1.输入设置用户名和邮箱的命令:$
git
config --global u...
赞
踩
article
git
clone
时候出现Please
make
sure
you
have
the correc...
输入
git
clone
命令时出现Please
make
sure
you
have
the
correct
acce...
赞
踩
article
git
报错: Could not
read
from
remote
repository
.Pleas...
git
报错: Could not
read
from
remote
repository
.Please
make
sur...
赞
踩
article
git
提交出现”Could not
read
from
remote
repository
.Plea...
一、我在使用
git
的遇到“Could not
read
from
remote
repository
.Pleas...
赞
踩
article
Could not
re
ad
from
re
mote
re
pository.Please
make
...
出现这个问题是因为,没有在github账号添加SSH key,不过不要紧张,其实很简单的步骤就能搞定。第一大步:获取SS...
赞
踩
article
Could not
read
from
remote
repository
.Please
make
...
在GitHub上新建了含有README.md文件的仓库,push提交的时候提示此错误后经查阅,是因远程repositor...
赞
踩
相关标签
github
项目管理
gitlab
android
gitee
docker
容器
运维
linux
服务器
centos
yum
ubuntu
git
gitclone