Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonHJB committed Nov 2, 2022
1 parent 6ce278c commit 58eec74
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const zhSidebar = sidebar({
icon: "git",
children: [
"base/01",
"base/02",
"base/03",
"base/04",

]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions docs/column/git/base/02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: 02-环境准备:在各系统中快速安装 Git 环境
date: 2022-11-02 09:28:50
author: AI悦创
isOriginal: true
category:
- git
- 运维
- web
tag:
- git
- 运维
- web
icon: git
sticky: false
star: false
password: false
article: true
timeline: true
image: false
navbar: true
sidebarIcon: true
headerDepth: 3
comment: true
lastUpdated: true
editLink: false
backToTop: true
---

::: center

![img](./02.assets/5d88801f0001cb5406400359.jpg)

:::

::: tip

机会不会上门来找人,只有人去找机会。——狄更斯

:::

你好,我是悦创。

在学习 `Git` 命令操作之前,我们先搭建 `Git` 的环境,这一节当中主要会教大家安装 `Git` 和一些命令智能提示的工具;`Git` 的安装相对来说非常简单, 并且不少 Linux 系统自带了 `Git` 工具;

如果你的系统当中已经安装了 `Git`,那么可以跳过相应的安装步骤,是否已经安装,可以通过下面安装的验证环节进行验证。大部分读者应该使用的是 Windows 系统,默认是没有安装 `Git` 工具的,可以通过下面的方法进行安装。

## 2.1 安装 Git

Git 可以通过图形化界面管理,也可以通过命令行管理,为了让读者能更好地理解 Git 的操作和使用效率,我们后续的内容都是以命令操作为主的讲解,在后面会单独拿出一小节教大家如何使用图形化管理。

### 2. 1.1 Windows 安装

在 Windows 系统中安装 Git 非常简单,只需要下载 Git 的安装包,然后安装引导点击安装即可:

::: details

Windows Git下载地址:[https://git-scm.com/download/win](https://git-scm.com/download/win )

Mac Git:[https://git-scm.com/download/mac](https://git-scm.com/download/mac)

:::





欢迎关注我公众号:AI悦创,有更多更好玩的等你发现!

::: details 公众号:AI悦创【二维码】

![](/gzh.jpg)

:::

::: info AI悦创·编程一对一

AI悦创·推出辅导班啦,包括「Python 语言辅导班、C++ 辅导班、java 辅导班、算法/数据结构辅导班、少儿编程、pygame 游戏开发,Web,Linux」,全部都是一对一教学:一对一辅导 + 一对一答疑 + 布置作业 + 项目实践等。当然,还有线下线上摄影课程、Photoshop、Premiere 一对一教学、QQ、微信在线,随时响应!微信:Jiabcdefh

C++ 信息奥赛题解,长期更新!长期招收一对一中小学信息奥赛集训,莆田、厦门地区有机会线下上门,其他地区线上。微信:Jiabcdefh

方法一:[QQ](http://wpa.qq.com/msgrd?v=3&uin=1432803776&site=qq&menu=yes)

方法二:微信:Jiabcdefh

:::

![](/zsxq.jpg)

0 comments on commit 58eec74

Please sign in to comment.