- Cloud Native Python
- Manish Sethi
- 173字
- 2021-07-02 19:11:52
Installing Git on Windows
Let's install Git on Windows; you can download the latest version of Git from the official website (https://git-scm.com/download/win). Follow the steps listed next to install Git on a Windows system:
- Once the .exe file is downloaded, double-click on it to run it. First of all, you will be provided with a GNU license, as seen in this screenshot:

Click on Next:

In the section shown in the preceding screenshot, you will customize your setup based on tools that are needed, or you can keep it default, which is okay from the book's perspective.
- Additionally, you can install Git Bash along with Git; click on Next:

In the section seen in the next screenshot, you can enable other features that come along with Git packages. Then, click on Next:

- You can skip the rest of the steps by clicking on Next, and go for the installation part.
Once you complete the installation, you will be able to see a screen like this:

Great!! We have successfully installed Git on Windows!!
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- ThinkPHP 5實戰
- Vue.js前端開發基礎與項目實戰
- SQL基礎教程(視頻教學版)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- 組態軟件技術與應用
- Python算法詳解
- Modern C++ Programming Cookbook
- C++ Fundamentals
- PrimeFaces Blueprints
- BeagleBone Robotic Projects(Second Edition)
- Go語言從入門到精通
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Appcelerator Titanium:Patterns and Best Practices
- Hands-On Dependency Injection in Go