Building Applications with Spring 5 and Kotlin
上QQ阅读APP看书,第一时间看更新

Microsoft Windows

Here are the steps for installing Git on Microsoft Windows:

  1. Download Git for Microsoft Windows from the following location: https://git-for-windows.github.io/.
  2. Start the installer and follow the instructions.
  3. Open the Command Prompt.
  4. Configure Git with the following commands: 
$ git config --global user.name "Your Name"
$ git config --global user.email "you@example.com"