fatal: unable to get credential storage lock: File exists

后端 未结 9 1773
难免孤独
难免孤独 2021-02-05 00:24

I am using git-scm and tried to push to a repository. Upon doing so, I was greeted with the following message:

fatal: unable to get credential storage lock: File         


        
9条回答
  •  情深已故
    2021-02-05 00:47

    try to configure your credential helper without using --global

    git config credential.helper wincred
    

提交回复
热议问题