博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
error: .repo/manifests/: contains uncommitted changes
阅读量:4558 次
发布时间:2019-06-08

本文共 669 字,大约阅读时间需要 2 分钟。

已经下载了Android源码,但是现在需要想更新,便可以直接使用repo sync同步到本地。
可能会出现如下错误:
 repo sync
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 6 (delta 2), reused 6 (delta 2)
Unpacking objects: 100% (6/6), done.
From git://github.com/richi-chen/Pandaboard-ICS-repo
   3ea7f09..11ecd6d  master     -> origin/master
   534d620..5fa74f5  omapzoom   -> origin/omapzoom
 
 
 solution:
to recover any uncommitted change, you should use 'git stash' and 'git clean -f -d'
for example: if you find it say there are uncommitted changes in .repo/manifests, you shoud 'cd .repo/manifests' and then 'git stash', 'git clean -f -d'

转载于:https://www.cnblogs.com/minzi/p/3452787.html

你可能感兴趣的文章
新建基于STM32F103ZET6的工程-寄存器版本
查看>>
call() , apply() , bind() 方法,
查看>>
is 和 ==的区别
查看>>
数据集汇总
查看>>
今天早上开了微信,确实是太卡了
查看>>
springboot接收Date日期参数,可以传入String类型
查看>>
Ajax的两个用法
查看>>
sql查询优化
查看>>
【Lintcode】 035.Reverse Linked List
查看>>
收集的网络上大型的开源图像处理软件代码(提供下载链接)
查看>>
使用 CSS 的 :before 和 :after 选择器做一个箭头样式
查看>>
构建之法作业5
查看>>
Modelsim建立UVM环境
查看>>
Kubernetes1.15 部署 coredns
查看>>
浅谈数据库设计
查看>>
1111
查看>>
Mongodb的一些基本概念
查看>>
[源码] YoCelsius
查看>>
python float的四舍五入
查看>>
用junit Test Suite来组合测试
查看>>