error creating symbolic links
Hello, I am writing to the community for the second time because my previous post has been deleted for no reason, I am trying to port a linux application, I have all dependencies resolved without problem, the fact is that the build script tries to create symbolic links, The problem is that it tells me that I do not have privileges to create symbolic links. I have looked for documentation and there is nothing about it, the closest thing I found is this https://learn.microsoft.com/es-es/windows/security/threat -protection/security-policy-settings/create-symbolic-links but it does not solve anything for me, my user is part of the administrator group, even I have logged in the administrator account and I get the same results, the application is hosted in git , therefore to compile I use git bash, I want to imply that the code is not mine, I can't modify the build script without breaking the entire compilation