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

前端 未结 14 1829
情书的邮戳
情书的邮戳 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:40

    I just encountered this error.
    Executing set HOMEPATH in the command line gave this output:

    HOMEPATH=\
    

    Simply deleting this environment variable via set HOMEPATH= fixed the problem.

提交回复
热议问题