GitHubDesktop ask credentials
See original GitHub issueSO Windows 10 Git Version 2.14.1.windows.1 GitHubDesktop Version 0.8.0
I have cloned a external repository (TFS online) from command line, when required I write my credentials. When using VSCode, VS2017, GitGui, no credentials are required.
When Using GitHubDesktop and try to Sync, Fetch or whatever it say
Authentication Failed
and ask for credentials.
I have also setup caching password with
git config --global credential.helper wincred
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Authenticating to GitHub - GitHub Docs
You can securely access your account's resources on GitHub Desktop by ... To authenticate to GitHub, type your GitHub.com credentials and click Sign...
Read more >Github Desktop keeps asking for credentials - Reddit
Github Desktop keeps asking for credentials. I'm using Azure Devops to store my code and github desktop as the client.
Read more >Can I trust Git Credential Manager by GitCredentialManager?
I've used Github desktop for a couple of years. Today it will suddenly would not log in to my account, although I have...
Read more >Git Credential Manager: authentication for everyone
The goal of Git Credential Manager (GCM) is to make the task of authenticating to your remote Git repositories easy and secure, ...
Read more >GitHub authentication: GitHub Desktop - YouTube
Authenticating so you can push to GitHub with GitHub DesktopWeek 1. Introduction to Git and GitHub.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I used Alternate Authentication Credentials and it work, I didn’t know you could also use the PAT (in this case I enter ONLY the PAT on the password field ?)
Will support the use of the globally configured credential helper in near future ?
🆒
Right, you’d use your username as usual and then the PAT in the password field.
It’s not currently on our roadmap but it’s something that we’re interested in exploring down the line.
Gonna close this as resolved. Thank you @m4ss1m0g