You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to setup akr on my new MBP, and kept running into File IO errors showing in the terminal. The setup process assumes these two directories are already in place:
~/.ssh
~/Library/LaunchAgents
If either of those directories do not exist, the scripts fail when trying to write config to them. I was able to fix this with some directory checks. If the needed directory doesn't exist, it will be created now, and file writes then work.
The text was updated successfully, but these errors were encountered:
gromer
changed the title
BUG: File IO errors when running setup on new macOS install
Bug: File IO errors when running setup on new macOS install
Feb 4, 2025
I tried to setup akr on my new MBP, and kept running into File IO errors showing in the terminal. The setup process assumes these two directories are already in place:
~/.ssh
~/Library/LaunchAgents
If either of those directories do not exist, the scripts fail when trying to write config to them. I was able to fix this with some directory checks. If the needed directory doesn't exist, it will be created now, and file writes then work.
The text was updated successfully, but these errors were encountered: