Reputation: 331
Recently I had a problem with WebStorm and git. I see blue arrow which indicates that I can update the branch, but I actually cannot update it.
I also tried git pull
manually, but it stuck(any branch). Any idea how to fix that and what is the reason?
Reloading my computer didn't help. Checkout does work. Pushing works if no merge is needed.
I also tried rm -f .git/index.lock
. And this one:
git fsck && git gc --prune=now
which leads to many errors like this one:
It worked after reloading the IDE, helped once, and stuck again.
Upvotes: 0
Views: 74
Reputation: 331
Thanks to the guys in the comments! Upgrading to git version 2.47.0.windows.2 helped!!!
Upvotes: 0