If you encounter the following error:
Error pulling origin
fatal: Unable to create 'C:/Users/nbp/IdeaProjects/xxx/.git/packed-refs.lock': File exists. error: failed to run pack-refs
do as follows:
del .git/packed-refs.lock
although I don't know why this happened.
No comments:
Post a Comment