Hello.
I have a working tree that includes a symbolic link (on my Mac, an Alias). When I try to stash the files in my working tree, I get this error:
error: 'dev/LICENSE' is beyond a symbolic link
fatal: Unable to process path dev/LICENSE
Cannot save the current worktree state
In this case, the file 'LICENSE' is in the directory aliased by a symbolic link.
Is it not possible to perform a stash on a working tree containing a symbolic link?
I too am having this issue, googled several pages deep, they all say symliks should be fine, or add them to the .gitignore file, or .git/config setting. Nope, nope and nope. how to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.