Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

opening .git/config : Permission denied

Tags:

git

git-branch

C:\Users\Inspiron\.git\config folder is empty and command $git config user.email [email protected] returns error: opening .git/config: permission denied. I try to set post buffer size,but get same error.

like image 989
Nininea Avatar asked Apr 17 '14 21:04

Nininea


1 Answers

I'm pretty sure it's not supposed to be a folder. Delete it and let git create it.

like image 104
jthill Avatar answered Nov 27 '22 14:11

jthill