Git - Broken Links, Missing & Dangling Trees

前端 未结 2 1512
轮回少年
轮回少年 2021-02-08 04:40

I was happily using Git - made some commits a couple of nights ago, which are reflected in the remote repo. Last night I opened up Smartgit Hg and it tells me there are missing

2条回答
  •  别跟我提以往
    2021-02-08 05:25

    For me, a simple git gc did the job... This gave me a couple of rm: cannot unlink ... Permission denied messages. But in the end, it seemed to have worked for my case.

    But probably depends on how exactly the repo is corrupted.

提交回复
热议问题