Hello everyone,
There is a problem while trying to use the integrated terminal. I have bash as shell. When using 'git push' or 'git pull,' I get an error message:
Bad owner or permissions on /etc/ssh/ssh_config.d/50-redhat.conf fatal: Could not read from remote repository.
When I use git status it seems to read the remote repository, although I have GitHub return: On branch main Your branch is up to date with 'origin/main'.
When in fact it's not 'up to date'
I'm using Fedora Linux 39 Silverblue with Geany 2.0
All permissions are correct in my .ssh folders and the files within that folder. Everything works using external terminal, or other code editors. I prefer to use Geany.
Any suggestions?