学无先后,达者为师

网站首页 编程语言 正文

关于git操作warning: adding embedded git repository: ppa_frontend hint: You‘ve added another git reposito

作者:averylllo 更新时间: 2022-01-08 编程语言

git add .
warning: adding embedded git repository: ppa_frontend
hint: You’ve added another git repository inside your current repository.
hint: Clones of the outer repository will not contain the contents of
hint:
hint: git submodule add ppa_frontend
hint:
hint: If you added this path by mistake, you can remove it from the
hint:
hint: git rm --cached ppa_frontend
hint:
按照提示输入

 git rm --cached ppa_frontend

即可重新git add .

原文链接:https://blog.csdn.net/averyluo/article/details/115186408

栏目分类
最近更新