- 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.
- Java逍遙游記
- Data Visualization with D3 4.x Cookbook(Second Edition)
- SoapUI Cookbook
- SQL Server 2016從入門到精通(視頻教學超值版)
- Python入門很簡單
- Vue.js前端開發基礎與項目實戰
- Learning RabbitMQ
- 數據結構(Java語言描述)
- Production Ready OpenStack:Recipes for Successful Environments
- C語言從入門到精通(第4版)
- 用Flutter極速構建原生應用
- Frank Kane's Taming Big Data with Apache Spark and Python
- Hands-On JavaScript for Python Developers
- Visual C++從入門到精通(第2版)
- 計算機組裝與維護(第二版)