Hi Team,
I am unable to commit symlink created for enabled_Vhost and enabled_Farms from windows machine.
I tried using WSL also but the symlink files are not listing at all. How to resolve this issue.
AEM as CS, Dispatcher , symlink
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @georhe6
Please check if this helps
https://github.com/git-for-windows/git/wiki/Symbolic-Links#creating-symbolic-links
Hi @georhe6
I believe you can recreate them or instruct git to allow them (symlinks = true)
https://gist.github.com/huenisys/1efb64e57c37cfab7054c65702588fce
Try to see if any of these two links leads you to a fix.
Views
Replies
Total Likes
To address the issue at hand, it is important to follow a systematic approach. Here are the steps to consider for resolving the matter:
git config --global core.symlinks true
mklink enabled_Vhost path\to\target\Vhost
mklink enabled_Farms path\to\target\Farms