Hello there,
Below are the child of points that have helped users to mitigate this issue
If you are using a local web server on Windows (OpenServer, Laragon, Local), then start the server as an administrator.
When installing git-bash for windows, there is an option called "Enable symbolic links". When you installed git-bash with that option I had the same issue as OP. So install the same setup (git-bash) again with that "Enable symbolic links" option unchecked.
If you have are using Git for Windows SDK, you can install winln using the pacman package manager by running: pacman -Su winln
Then you can run: winln -s target link, it will check that you have SeCreateSymbolicLinkPrivilege, otherwise it will fail. This is equivalent to running Window's mklink.exe.
-----------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--