gotron
gotron copied to clipboard
chmod .gotron/assets: operation not permitted
Hi
A new problem was just found using Goland IDE on Mac with Gotron. When running the application I get this panic message:
chmod .gotron/assets: operation not permitted:
.gotron and .gotron/assets both have 777 permissions.
What can I do about this issue?
Thanks
same issue here
I had the same problem with GoLand on Linux. Solved it by changing permissions (in my case 644) on the next level lower directory 'js' and any files that were in that directory.