I'm here with a problem that I can not solve! I am using the Yii2 Advanced framework and create a symbolic link for a folder, inside that folder I have two files and one of them is a gitignore file. Here is my working tree:
backend
        web
                uploads       <- symbolic link
frontend
        web
                uploads       <- original folder
                        index.php
                        .gitignore
When I try to stash from my working tree git returns the following:
error: 'backend / web / uploads / .gitignore' is beyond a symbolic link
fatal: Unable to process path backend / web / uploads / .gitignore
Can not save the current worktree state
