Git warning: unable to access 'P:\/.gitconfig': Invalid argument

前端 未结 14 1797
情书的邮戳
情书的邮戳 2021-02-05 02:07

I am just testing git. I ran the following command:

git config user.email \"test@mail.com\"

I now get this when git status and oth

14条回答
  •  囚心锁ツ
    2021-02-05 02:36

    I experienced a similar issue when not connected to my work network via VPN. Deleting the all the HOME% variables did not work. Deleting the network drive it was trying to access did work. Running the following from a command window worked for me:

    net use H: /delete

    As a note, I did delete the HOME% variables, but it did work until the command above was run.

提交回复
热议问题