Sean
Sean
Had the same thing happen to me after updating last night.
Same issue on Pop! OS. - OS: Pop!_OS 22.04 LTS x86_64 - Git: 2.34.1 - GPG: `gpg (GnuPG) 2.2.27 libgcrypt 1.9.4` - Obsidian: 1.1.5 - Obsidian Installer: 1.1.9 - Obsidian...
Depending on your setup with Windows 10 you may need to add this via an elevated console, only if you're using **OpenSSH for Windows** `git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe`
@xtendpayaa thanks for the upload. It would be great if the install docs link to a file or explained how to generate.
Perhaps your password contains a $ symbol, if it does you have to escape it in your compose file. So pa$sw0rd becomes pa$$sw0rd
> Can you try going to the WebUI and selecting "restart" -> "clear cache and reconnect"? Just got some new v3 cameras and after the obligatory update your firmware several...
+1 more, add support to tag Kunena forum topics using the core Joomla Tags Component.
 I get the same error on Windows 11 adding the verbose flag seems that it fails generating the action like seen in the image and there's never a request...
noticed that as well, when I checked the source it points to this URL: [https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67](https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67) which returns a 403 and a message: Bad Signature
It already works with Ollama, here's an example config: file name: ~/.config/wut/config.json ```JSON { "provider": "ollama", "ollama": { "host": "http://192.168.8.4:11434", "default_model": "mistral-nemo:latest" } } ```