Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 215 Bytes

File metadata and controls

14 lines (8 loc) · 215 Bytes

Linux-环境搭建

Linux(Ubuntu-18.04 LTS) 基本环境搭建

GIT

  • git 安装

    sudo apt-get update -y (更新源)
    sudo apt-get install git

  • curl 安装

    sudo apt-get install curl