So I find myself being forced to use a Windows machine just because thats what the financial institution feels is more secure for an outside contractor.
I am using powershell and I just received some svg
assets from their in-house designer which I committed and pushed in the branch I was working in and then attempted to merge into another branch when I got this error:
error: cannot stat 'media/images1': Permission denied
Now I can't even checkout into the other branch where I started this work and I cannot even do a cd
into media/images1
one to take a look at what kind of permissions these svg
files have.
So I am wondering if someone could guide me as to how does this even get done where you deny someone the ability to run a git pull
, cd
or even git checkout <other-branches>
just because you do not have permissions with these files?
Even better still, who would I typically ask to rectify this in a company? Whose job would it normally be to even do this?