Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Troubleshooting

Thibault Maekelbergh edited this page Mar 25, 2019 · 3 revisions

If you encounter an issue which is not listed here, take a look at the issues or create a new one.

./hubble-cli: Permission denied

hubble-cli is not executable. We try to release the binary with the permission set to executable but it might happen from time to time that this is not the case. If you encounter this error, use the following command to mark it as executable:

$ chmod +x ./hubble-cli