Skip to content
Discussion options

You must be logged in to vote

Could be some symlink behavior on WSL (either system limitation or maybe the initial Git that was used to install Homebrew), but personally not familiar and don't have a setup to test out.

Could also check if git repo has core.symlinks set to false which would also cause similar behavior of cloning symlinks as files.

git -C /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core config --get-all core.symlinks

If this is due to symlink behavior, it may be possible to force core.symlinks=true and try to get proper symlinks to get created.

Someone who is using WSL might be able to comment better on this possibility.


Maybe also try manually recreating repo:

rm -rf /home/lin…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@baslat
Comment options

@gromgit
Comment options

@baslat
Comment options

@carlocab
Comment options

@baslat
Comment options

Comment options

You must be logged in to vote
1 reply
@baslat
Comment options

Answer selected by baslat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants