首页
首页
文章目录
  1. windows端
    1. 1. 下载git
    2. 2. 安装
    3. 3.设置
  2. Linux端

git环境搭建

windows端

1. 下载git

网址:https://git-scm.com/download/win
推荐使用迅雷下载,国内对于git下载较慢,迅雷能大幅度改善。复制链接在迅雷的网址输入框中输入。

2. 安装

直接一直下一步就可以

3.设置

在资源管理器中打开git bash
输入:

1
2
3
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
git config --global user.password "Your password"

Linux端

输入:

1
sudo apt-get install git
支持一下
扫一扫,支持一下,爱你。
  • 微信扫一扫
  • 支付宝扫一扫