- Electron Projects
- Denys Vuika
- 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.
推薦閱讀
- Instant Testing with CasperJS
- Learning ROS for Robotics Programming(Second Edition)
- SOA實踐
- Instant Zepto.js
- 新編Premiere Pro CC從入門到精通
- 精通Scrapy網絡爬蟲
- Practical Game Design
- Internet of Things with Intel Galileo
- Learning Network Forensics
- 小程序開發原理與實戰
- Drupal 8 Module Development
- 零代碼實戰:企業級應用搭建與案例詳解
- Java 從入門到項目實踐(超值版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Vue.js 3應用開發與核心源碼解析