-
Notifications
You must be signed in to change notification settings - Fork 244
Authentication fails on macOS Mojave #87
Comments
This is likely related to issues with newer versions of Java, specifically 9+. Version 2.0.4 of Git Credential Manager was just released, it is available on Github and will be on Homebrew soon. Let me know if you still see issues on Mojave with that new version. |
Feel free to re-open this issue if the bug still exists in |
I'm running into the same issue. I'm absolutely sure I'm entering the correct user/pass but still get:
This is on:
|
@maxmilton thanks for the additional information. Would it be possible for you to run it again with the credential manager flag |
Hi @novak, I believe I'm getting a similar issue. While it still pulls correctly (I'm using Azure & a PAT) I get the same error thrown. When running git clone it prompts for a password. I enter my PAT and this is the following I get when I run it with debug on. `Cloning into 'XXXX'...
remote: Azure Repos Hope this helps. |
git-credential-manager-2.0.4.jar would not open a browser for https://[organization]@dev.azure.com/[organization]... It kept trying to fall back to basic auth. But it did oauth and clone correctly when using the https://[organization].visualstudio.com/... url. Both urls were copied from the "Clone" https link. |
I'd recommend trying GCM Core's macOS preview release |
I've got the latest pre-release installed:
The credential manager is now popping an OAuth dialog and then failing to authenticate. Let me know if you'd like a Debug trace and I'll send one that removes personal information. Here's the relevant git config:
The text was updated successfully, but these errors were encountered: