- Cloud Native Python
- Manish Sethi
- 149字
- 2021-07-02 19:11:52
Using Chocolatey
This is my preferred way to install Git for Windows on Windows 10. It installs the same package as before, but in one line. If you have not heard of Chocolatey, stop everything, and go learn a bit more. It can install the software with a single command; you don't have to use click-through installers anymore!
Chocolatey is very powerful, and I use it in combination with Boxstarter to set up my dev machines. If you are in charge of setting up machines for developers on Windows, it is definitely worth a look.
Let's see how you would install Git using Chocolatey. I assume you have Chocolatey installed (https://chocolatey.org/install) already (it's a one-liner in Command Prompt). Then, simply open the Administrator Command window, and type this command:
$ choco install git -params '"/GitAndUnixToolsOnPath"'
This will install Git and the BASH tools, and add them to your path.
- Spring 5企業級開發實戰
- Android項目開發入門教程
- JavaScript Unlocked
- Rust編程從入門到實戰
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Responsive Web Design with HTML5 and CSS3
- 匯編語言程序設計(第3版)
- Python 3破冰人工智能:從入門到實戰
- Bootstrap 4:Responsive Web Design
- HDInsight Essentials(Second Edition)
- Drupal 8 Module Development
- Mastering Apache Spark 2.x(Second Edition)
- Unity Game Development Scripting
- 微服務架構深度解析:原理、實踐與進階
- Creating Data Stories with Tableau Public