Install Git 2.29.2 on Windows x86/x64
Dec 7, 2020
1) Download Git 2.29.2 from https://git-scm.com/download/



2) Install Git









3) Try to first commit

C:\> git clone http://localhost/Bonobo.Git.Server/HelloWorld.gitC:\> cd HelloWorldC:\> notepad README.md



C:\> dirC:\> git add README.mdC:\> git commit -m "Hello World"C:\> git push origin -u master