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

Time:12-24

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.

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.

  • Related