- Learn WebAssembly
- Mike Rourke
- 84字
- 2021-08-13 15:38:57
Installing Git on Windows
You can install Git using Chocolatey. Open up Command Prompt or PowerShell and run this command:
choco install git
You can check to ensure that the installation was successful by running this command:
git --version
You can bypass the confirmation messages by adding a -y to the end of the install command (for example, choco install git -y). You can also opt to always skip the confirmation by entering the
choco feature enable -n allowGlobalConfirmation command.
choco feature enable -n allowGlobalConfirmation command.
推薦閱讀
- 算法精粹:經典計算機科學問題的Java實現
- Python進階編程:編寫更高效、優雅的Python代碼
- Django Design Patterns and Best Practices
- Visual Basic程序設計教程
- Scratch 3游戲與人工智能編程完全自學教程
- Android NDK Beginner’s Guide
- Mastering Python High Performance
- RSpec Essentials
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Mastering Business Intelligence with MicroStrategy
- 新一代SDN:VMware NSX 網絡原理與實踐
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Mastering Web Application Development with AngularJS
- JSP程序設計實例教程(第2版)
- 從Power BI到Analysis Services:企業級數據分析實戰