docs: troubleshooting - last resort tip (#1262)

This commit is contained in:
Angie Jones
2025-02-17 11:27:41 -06:00
committed by GitHub
parent 417a90dcea
commit bc2229889d

View File

@@ -172,9 +172,9 @@ An example is the GitHub extension whose command is `npx -y @modelcontextprotoco
--- ---
### macOS Permission Issues (M3 Macs) ### macOS Permission Issues
If you encounter an issue where the Goose desktop app shows no window on launch, it may be due to file and folder permissions. This typically happens because Goose needs read and write access to the `~/.config` directory to create its log directory and file. If you encounter an issue where the Goose Desktop app shows no window on launch, it may be due to file and folder permissions. This typically happens because Goose needs read and write access to the `~/.config` directory to create its log directory and file.
#### How to Check and Fix Permissions: #### How to Check and Fix Permissions:
@@ -204,6 +204,15 @@ If you encounter an issue where the Goose desktop app shows no window on launch,
```sh ```sh
ls -ld ~/.config ls -ld ~/.config
``` ```
If you still experience issues after fixing permissions, try launching Goose with superuser (admin) privileges:
```sh
sudo /Applications/Goose.app/Contents/MacOS/Goose
```
:::note
Running Goose with sudo may create files owned by root, which could lead to further permission issues. Use this as a troubleshooting step rather than a permanent fix.
:::
--- ---
### Connection Error with Ollama Provider on WSL ### Connection Error with Ollama Provider on WSL