- 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
推薦閱讀
- Mastering Visual Studio 2017
- 摩登創客:與智能手機和平板電腦共舞
- MongoDB for Java Developers
- Flask Web開發入門、進階與實戰
- HTML5+CSS3基礎開發教程(第2版)
- Bulma必知必會
- 鋒利的SQL(第2版)
- Building a Quadcopter with Arduino
- Kinect for Windows SDK Programming Guide
- Ext JS 4 Web Application Development Cookbook
- Building Serverless Applications with Python
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- 51單片機C語言開發教程
- 深入理解C指針
- C# Multithreaded and Parallel Programming