We have moved recently to VDI environment, this move causing us issue with GIT. Whenever we try to connect to GIT, it throws error message (see attached image). I have to manually make myself owner of that folder after each login everyday. Visual Studio works fine so why Powerbuilder looking for this folder to be owned by current user.
What's shown in picture I am writing here
We all have 2 profile under c:\users
1. c:\users\myuserid
2. c:\users\local_myuserid
Powerbuilder GIT is looking for ownership on local\myuserid\temp folder which is reset to SYSTEM upon each logoff. SVN used to work fine. Please help.
https://weblog.west-wind.com/posts/2023/Jan/05/Fix-that-damn-Git-Unsafe-Repository
Add the following content to the .gitconfig file in the User directory to see if it can solve the permission problem.
[safe]
Directory = *
Regards,
Kitty