会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ttxs007
不管下一千米,只看这一小步,前行就好
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
版本管理
git操作出现 error: The following untracked working tree files would be overwritten by ...
摘要:命令行:git clean -d -fx,作用是:删除没有git add 的文件 ,执行之后解决了 error: The following untracked working tree files would be overwritten by …的问题。
阅读全文
posted @
2021-10-14 11:22
xianyongchao
阅读(209)
评论(0)
推荐(0)
error: failed to push some refs to 'https://gitee.com/XXXX/ui-demo.git'
摘要:解决方法1: 1.在git bash中输入:git pull --rebase origin master ;意为先取消commit记录,并且把它们临时保存为补丁(patch)(这些补丁放到”.git/rebase”目录中),之后同步远程库到本地,最后合并补丁到本地库之中。 2.重新push,仍然失
阅读全文
posted @
2021-10-09 23:17
xianyongchao
阅读(1302)
评论(0)
推荐(0)
公告