Troubleshooting

CLI Errors #

No such file or directory error #

If you don’t already have a bin folder, you might receive an error No such file or directory. If so, Use the shortcut Shift + ⌘ + C and go to /usr/local/ path. Then create a new folder bin

Permission Denied (publickey) #

You may receive these errors because of the following issues:

  1. You may have not configured your public SSH key in your GitHub account.
  2. You may be trying to ssh from one devbox to another. Unless you have AgentForwarding set to yes in your ssh config file, you won't be able to ssh from one devbox to another.

PreviousContact Support
NextCLI Reference