How can i fix git init problem not working

61 Views Asked by At

enter image description here

i alredy use git init

enter image description here

My file not become green and I can not do anything about git. It always said i need permission

enter image description here

Image below is what i want that i capture from youtuber:Zinglecode

enter image description here

pleas help. I'm very new.This is my first website and i never learn anything about code before.

I need the way to fix this problem.

why its become like this.

1

There are 1 best solutions below

0
master_roby3 On

It's very difficult to understand what is going on, from the images I assume there is a wrong setting which tries to use the folder C:/Users/User as an exclude file. As mentioned in this answer try to look where the wrong setting is:

git config core.excludesfile
git config --global core.excludesfile

and then modify it.