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

Time:12-13

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 gets stuck until I Ctrl C it.

I couldn't find this error online.

I can push from GitHub Desktop

CodePudding user response:

I tried installing older version (2.38.x) and it worked

CodePudding user response:

I have tried running the command in CMD, and it worked. Apparently it's because it can't show the options to authenticate.

CodePudding user response:

I tried git clone on a fresh installed Git Bash and was prompted with the same message. I guess it happens when trying to authenticate user.

I resolved it by either using Github Desktop or installing older versions on Git Bash. You can install older releases here Git for Window

  • Related