You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im on the flatpak on the newest version of the arch kernel, I have github-cli installed which might be what is causing issues here. I enter my username and password in the OpenSSH popup and get this message:
Relevant errors (if available) from notifications or console (CTRL+SHIFT+I)
No response
Steps to reproduce
Be on my platform and use the Git: Commit-and-sync command
Expected Behavior
Signing in and committing changes
Addition context
No response
Operating system
Linux
Installation Method
Flatpak
Plugin version
2.31.1
The text was updated successfully, but these errors were encountered:
As the pop says, you can't use username and password for github auth. Instead, you should create a personal access token as stated in the mentioned github doc. Could you share a screenshot of that OpenSSH popup?
Seems like your git credential helper is set to the github cli. Could you verify from a terminal that /usr/bin/gh exists? If it does, then Obsidian can't run it because of the flatpak sandbox. Please try another installing method (Snap probably has the same issue).
Thanks! I already had a GITHUB_TOKEN setup in my .bashrc. If its a problem with the flatpak sandbox I will just give obsidian access to files in the /usr/bin/gh with flatseal and see if it fixes it
Edit: The reason I swtiched from arch repo version to flatpak was to have a more seamless integration with wayland without having to mess with the arguments which didnt work for me. I gave it access to my github token directly as well as path to gh and setting the default helper to gh and didnt fix it
Describe the bug
Im on the flatpak on the newest version of the arch kernel, I have github-cli installed which might be what is causing issues here. I enter my username and password in the OpenSSH popup and get this message:
Relevant errors (if available) from notifications or console (
CTRL+SHIFT+I
)No response
Steps to reproduce
Be on my platform and use the
Git: Commit-and-sync
commandExpected Behavior
Signing in and committing changes
Addition context
No response
Operating system
Linux
Installation Method
Flatpak
Plugin version
2.31.1
The text was updated successfully, but these errors were encountered: