I have:
$ git push -u origin feature/lesson
warning: could not find UI helper 'GitHub.UI'**
I'm told these are my only options. Is this true?
"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 option to "choose a Credetial Manager"
- Rollback to version 2.38.x (older releases https://github.com/git-for-windows/git/releases/
- Use GitHub Desktop application
I've done nothing yet. I was hoping not to have to reinstall.
CodePudding user response:
I was hoping not to have to reinstall.
Yet, if you can upgrade to Git for Windows 2.39.0(2) released yesterday (Dec. 21, 2022), the fix should be included, as I mentioned here.
This was reported in issue 4165.