Check out "Do you speak JavaScript?" - my latest video course on advanced JavaScript.
Language APIs, Popular Concepts, Design Patterns, Advanced Techniques In the Browser

Git error: cannot lock existing info/refs

I just messed up my local repository. Thankfully there was an answer in StackOverflow.

When I try to push to my origin I got:

error: cannot lock existing info/refs

I managed to fix it by running

git update-server-info

You may need to close and reopen your console again. It happens sometime that your console is locking the Git instance.

If you enjoy this post, share it on Twitter, Facebook or LinkedIn.