Base revisions storage is corrupted
|
I have problem with project with Git repo :
Annotate feature is disabled and Git commands are not visible.
Whats problem? Is it issue with local Git repo?
|
Please sign in to leave a comment.
|
I have problem with project with Git repo :
Annotate feature is disabled and Git commands are not visible.
Whats problem? Is it issue with local Git repo?
|
Please sign in to leave a comment.
You can check if your Git repo is Ok using this article as an example: https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html
Unable to run rsync on Windows Git Extensions bash:
rsync -av project/ project-copy/
bash": rsync: command not found
You can try any other backup software
Well I can just [right-click] copy the repo folder to another folder in Windows... are you saying that fixes the revision corruption?
It seems that link's solution is only going to work in Linux, but I tried doing a `git reset --hard` and `git pull` (after a `git stash`) and it seemed to fix it (even after the `git stash pop`).