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
I have configured git-credential-manager in my git config, but GitUp still asks for login and password, while it shouldn't.
I suspect GitUp doesn't work with credential helpers properly?
I also had osxkeychain helper, but i removed it for testing and nothing changed, GitUp still asks for creds, while cmd line git just authenticates using GCM.
Expected behavior:
be able to keep the system osxkeychain helper
add gcm helper
gitup should attempt to use both
The text was updated successfully, but these errors were encountered:
I have configured
git-credential-manager
in my git config, but GitUp still asks for login and password, while it shouldn't.I suspect GitUp doesn't work with credential helpers properly?
I also had
osxkeychain
helper, but i removed it for testing and nothing changed, GitUp still asks for creds, while cmd line git just authenticates using GCM.Expected behavior:
osxkeychain
helperThe text was updated successfully, but these errors were encountered: