-
Notifications
You must be signed in to change notification settings - Fork 35
Description
These days MacOS seems to have more strict permission control on disk access. At least in my case, the default Terminal app does not have full disk access and while we try to execute the RMCProfile fitting from within GSAS-II, the terminal would always ask for login. Then we would just got stuck -- in my case, I am running on a lab-owned MacOS machine which requires PIN and Ybikey combo for logging in and when the terminal asked me for logging in, it turns out I could not log in using either the PIN, password or whatever.
To solve the issue, we need to go the settings, find Privacy & Security and further go to Full Disk Access and enable the Terminal app from there.
This issue actually should be created in the tutorial repo as well but it seems that the issue functionality is not available there.