Relative Content

Tag Archive for gitpermissions

How can i restore the permissions of files and directories within git if mistakenly denied access?

I am new to coding and I was trying to figure out how to commit in my terminal. I executed the command git add -A and git started asking for permission to all my files I denied them not putting much thought into it (I freaked out I didn’t know if it’s a trusted source i’m still learning). But now I’ve gotten myself into an even bigger problem. When I try to create a file now I am unable to due not having access to my files through git.

Please help me!!! How can i restore the permissions of files and directories within git if mistakenly denied access?

I am new to coding and I was trying to figure out how to commit in my terminal. I executed the command git add -A and git started asking for permission to all my files I denied them not putting much thought into it (I freaked out I didn’t know if it’s a trusted source i’m still learning). But now I’ve gotten myself into an even bigger problem. When I try to create a file now I am unable to due not having access to my files through git.