无法通过 Git Pull 更新我的 Git 本地存储库
我删除了本地 Git 存储库中的一个文件。 我希望通过更新我的 Git 存储库来找回该文件。
我运行以下命令失败,
git pull
它显示 upToDate,但我没有获得最新的文件。 github上的公共仓库不使用SVN,因此问题不可能是SVN。
如何更新本地 Git 存储库,以便将删除的文件恢复到计算机上?
I removed a file in my local Git repo.
I want the file back by updating my Git repo.
I run the following unsuccessfully
git pull
It says upToDate, but I did not get the newest file.
The public repo at github does not use SVN, so the problem cannot be SVN.
How can you update your local Git repo, such that you get your removed File back to your computer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果尚未提交:
If it hasn't been committed yet:
August 可能有解决您问题的最佳方法。
您还可以恢复到您提取的最后一个版本:
August has the probably best way for your problem.
You could also revert to the last version you pulled: