Closed kmcheung12 closed 2 years ago
Hi
You can not install and run applications in Downloads. That is a (well-known/hated) MacOS feature. They are sandboxed.
One other possibility is that GitHub throttles https connections, so I've found that when building GT from the curl script, I get failures sometimes if I've forgotten to use ssh-add
to add my credentials (so it can use authenticated connections)
Are these pro tips available in the docs?
That one I've figured out on my own (since I always forget to run ssh-add
after a reboot.
Hi
You can not install and run applications in Downloads. That is a (well-known/hated) MacOS feature. They are sandboxed.
Thanks for the pointer. As I am getting a taste of the smalltalk ecosystem, I had installed the pharo launcher from the Downloads
directory without any problem earlier today.
Anyway, I moved the installer to other directories and it solved the problem. Thank you again for taking the time to look into this issue! I'm closing this issue and consider it resolved.
When installing with the Mac Intel installer, it fails with exit code 2
When opening the
GlamorousToolkit.app
through command lineopen ~/Downloads/GlamorousToolkit-MacOS-x86_64-v0.8.2092/GlamorousToolkit.app
It failed with
When installing through command line
curl https://dl.feenk.com/scripts/mac.sh | bash
It failed at the 🔨 Building Glamorous Toolkit... stage with messageIn the
install.log
, the message isPlease advice what format I shall use in reporting issue and what additional information I can provide. Appreciate your help.
Thank you