Search code examples
githubgit-bashgit-push

How can I push in Git Bash with warning: could not find UI helper 'GitHub.UI'?


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.

I've done nothing yet. I was hoping not to have to reinstall.


Solution

  • 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.