Again.. Linux and these branches

Hi there,
Not sure if this is a bug, but it is affecting my road to excellence slightly :wink:

Iā€™m stuck with the old ā€œunable to create branchā€ error on my Linux64/Fedora 25 machine. No errors in the console (are there any nice logs to read?) and if I peek into the ā€œbranchesā€ folder there is a jolly old folder created for sure. I cannot see it in the editor or do something creative with it though.
Are there any confirmed workarounds? Getting old versions of libssl/libcrypto (as someone suggested) or should I go and grab one of the Mac/Windows machines instead and wait for the next version?

Keep up the good work and regards!

Hello @elwesthal, could you try running the following command while youā€™re positioned inside the root of your defold directory?

$ find . -xdev -not -uid $(id -u)

The command should list every object (file and directory) that is not owned by the current user. I suspect there is something within your defold directory that is owned by another user, where your current user doesnā€™t have access to the object.

1 Like

I had same ideas, unfortunately it gives me nothing. Really weird that it doesnā€™t show me my branches/folders