書名: Electron Projects作者名: Denys Vuika本章字?jǐn)?shù): 53字更新時間: 2021-06-24 12:14:32
Installing Git on Ubuntu
You can check whether you have Git installed by running the following command:
git --version
Typically, Git is not present on fresh installations of Ubuntu. To get it, run the following command:
sudo apt install -y git
Please note that you need to enter the administrator password to proceed.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- The DevOps 2.3 Toolkit
- 案例式C語言程序設(shè)計
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- HTML5 and CSS3 Transition,Transformation,and Animation
- Building a Quadcopter with Arduino
- Hands-On Swift 5 Microservices Development
- Linux C編程:一站式學(xué)習(xí)
- iPhone應(yīng)用開發(fā)從入門到精通
- Fast Data Processing with Spark(Second Edition)
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- 軟件測試分析與實踐
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)
- Learning GraphQL and Relay
- PHP面試一戰(zhàn)到底