Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序中有一个严重的错误,所以我在本地删除了它并从我的 github 中拉下了工作版本。
但是,现在当我尝试运行 git 'add 。我收到以下错误:
fatal: Not a git repository (or any of the parent directories): .git
如何将此应用程序配置到我现有的 git 存储库?所以我可以再次向它推送代码,然后进行部署。
它连接到我的域和 heroku,所以我不想创建一个新的 repo。
.git 目录丢失。在本地仓库中
git init git remote add origin /path/to/your/remote/repo git pull