gitgit-credential-manager

Can't push from Git Bash: Could not find UI helper 'GitHub.UI'


After a fresh install, I could clone the repository, make changes and commits, but when I try to push I get the following warning:

warning: could not find UI helper 'GitHub.UI'

After this, the process seems to still be running, but it gets stuck until I press Ctrl + C it.

I couldn't find this error online.

I can push from GitHub Desktop.


Solution

  • Maybe, there is some kind of issue in the latest update of Git v(2.39.0). However, you can get rid of this by installing the previous version of Git v(2.38.1).

    Follow these few steps to solve this issue:

    1. Uninstall the currently installed Git.
    2. Go to Git for Windows 2.38.1 to download the Git v(2.38.1)
    3. Install the Git v(2.38.1)

    Done!