git repository failed to traverse parent error

前端 未结 2 2153
走了就别回头了
走了就别回头了 2021-02-20 17:40

I am a newcomer to git and was quite happy until this evening. I have been committing changes regularly. I maintain two remotes on unfuddle and beanstalk and a local filesystem

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-20 18:13

    "Dangling" objects may not be a problem. It could just mean that you've done some resetting, rebasing, and/or deleted branches that weren't fully merged. "Missing", on the other hand, is more serious, I believe. Take a look at this article on repairing a damaged repo. That might help you out. You could also try upgrading git if you're out of date. A newer version might be a little smarter.

提交回复
热议问题