- 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.
- 多媒體CAI課件設(shè)計(jì)與制作導(dǎo)論(第二版)
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- Learning NServiceBus(Second Edition)
- 程序員面試白皮書
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- Building an RPG with Unity 2018
- Learning JavaScript Data Structures and Algorithms
- Unity 2D Game Development Cookbook
- C陷阱與缺陷
- Android Development Tools for Eclipse
- 30天學(xué)通C#項(xiàng)目案例開發(fā)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Mastering JavaScript Promises
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐