I have git version 1.9.5.msysgit.0
installed with proper configuration but still getting this error while pulling code?
I tried git pull
on develop
branch
fatal: Unable to create 'c:/xxxx/.git/refs/remotes/origin/"failed-to-sent".lock
': Invalid argument
Unexpected end of command stream
But when I do git pull origin develop
, everything is fine.
Any thoughts , why ?