git-credential-oauth icon indicating copy to clipboard operation
git-credential-oauth copied to clipboard

does not open a browser window on fedora 42

Open openconstruct opened this issue 7 months ago • 1 comments

Am I missing a lib or something?

openconstruct avatar May 12 '25 21:05 openconstruct

git-credential-oauth will call xdg-open to open the browser on Linux.

Does following open the browser?

xdg-open https://github.com/

Maybe try adding -verbose as described in the documentation to get some more details:

https://github.com/hickford/git-credential-oauth?tab=readme-ov-file#debugging

kerhac avatar May 23 '25 06:05 kerhac