% git push origin my-repo
warning: could not find UI helper 'GitHub.UI'
Select an authentication method for https://github.com/:
1. Web browser (default)
2. Device code
3. Personal access token option (enter for default):
Recently came across the above error with Git when trying to push code upstream to GitHub while working on Visual Studio Code on Windows 11.
Came across a post on Stackoverflow that helped to identify the issue seems to be with Git Credential Manager v 2.39.0 which is installing along with the git install.
Workaround Fix:
Until a new release is available, below are some workarounds.
- Reinstall Git without selecting 'none' on the screen where have the option to "choose a Credential Manager"
- Rollback to Git version 2.38.x (older releases https://github.com/git-for-windows/git/releases/
- Use GitHub Desktop application.
-
Have Questions? Post them here!
More Posts related to Git,
- [Fixed] Git Clone git@github.com: Permission denied (publickey) Could not read from remote repository Fatal error
- Github: How to Invite Collaborators
- Git Commit - Author identity unknown, Please tell me who you are email
- [Solution] fatal: not a git repository (or any of the parent directories): .git
- [fix] zsh: command not found: git
- Github: fatal: Authentication failed Support for password was removed on August 13, 2021
- Get List of all local branches git command
- Git Revision Questions Before the Interview
- git fatal: Authentication failed error [fix]
- How to Install Git on Ubuntu Linux
- GitHub: How to Search Code
- How to change Git Default Author and Committer details in Eclipse
- How to check your installed version of Git
- Install GitHub Command Line Tool on Mac
- How to Merge Branch into Master Branch
- Perform an Empty Commit in Git without anything in Staging Area
- Git Fix: fatal: refusing to merge unrelated histories Error
- How to undo last Git Commit on Local Repository?
- git command to remove/unstage files from staging area
- Step-by-Step: Setting up Docker + Ubuntu Linux + Git + GitHub Tutorial
- Remove git config at Local, Global or System Levels?
- Fix [oh-my-zsh] Cant update: not a git repository
- Git Config Command - A Deep Dive
- fatal: Unable to create '/c/git_repo/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier.
- How to change directory in Git bash
More Posts:
- How to remove username from Mac Menu Bar? - MacOS
- Add Line Number before each line in Notepad++ using Column Editor - NotepadPlusPlus
- [Android Studio] How to locate code for activity_main.xml - Android-Studio
- JBoss stuck loading JBAS015899: AS 7.1.1.Final Brontes starting - Java
- Find Mac version using terminal command - MacOS
- SharePoint Server 2016 Preview installation error - This Product Key isn't a valid Microsoft Office 2016 Product Key. Check that you've entered it correctly. - SharePoint
- How to save webpage as pdf using macOS Safari - MacOS
- How to know the version of Teams installed - Teams