書名: Learn WebAssembly作者名: Mike Rourke本章字數: 38字更新時間: 2021-08-13 15:38:57
Installing Git on Ubuntu
You can use apt to install Git; just run the following command in Terminal:
sudo apt install git
You can check to ensure that the installation was successful by running this command:
git --version
推薦閱讀
- Java語言程序設計
- Learning Apex Programming
- C++面向對象程序設計(微課版)
- JMeter 性能測試實戰(第2版)
- Functional Programming in JavaScript
- 機械工程師Python編程:入門、實戰與進階
- Visual Basic程序設計習題解答與上機指導
- ExtJS高級程序設計
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- “笨辦法”學C語言
- Building Business Websites with Squarespace 7(Second Edition)
- 現代CPU性能分析與優化
- Python編程入門(第3版)
- 深入淺出 HTTPS:從原理到實戰
- iOS Development with Xamarin Cookbook