Git Installation Getting Stuck At the End On Windows 10

This answer may be too late for Alok Y but hope it helps anyone else facing the same problem!

I downloaded git version 2.25.0.windows.1 on my windows 10 64bit and tried to install it in A:(normal partition) drive instead of the C: drive through the executable installer. It installed normally but in the end got stuck i.e the green bar was full but the installation successfull or other message did not show.

Here is what I did:

1.Open task-Manager

2.Select the installation

3.End_task

That's it.After that the installation successful message was printed for a second and the installation box closed by itself.

Checked if git-bash was working properly. As of now everything seems to work well.

Hope this helps!


This seems like a bug in git installation. In most of the cases when it reaches to the full installation green bar.. you can simply kill the git installation process from the task bar (by pressing ctrl+alt+del --> task manager).

After that add the git location to the PATH - The location that I used is as below -

C:\Program Files\Git\cmd

Restart your existing command prompt or application where you want to run git to reflect the git from PATH.