Skip to content

Commit 317e2b6

Browse files
committed
Added csuggestions for git installation bug for Mac M1/M2/M3 ussers
1 parent 4ab5fdb commit 317e2b6

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

LANGS.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
11
* [🇺🇸 English](en/)
2-
* [🇧🇬 Български (beta)](bg/)
3-
* [🇨🇿 Čeština (beta)](cs/)
4-
* [🇩🇪 Deutsch](de/)
5-
* [🇬🇷 Ελληνικά (beta)](el/)
6-
* [🇪🇸 Español (beta)](es/)
7-
* [🇮🇷 فارسی (beta)](fa/)
8-
* [🇫🇷 Français (beta)](fr/)
9-
* [🇭🇺 Magyar (beta)](hu/)
10-
* [🇦🇲 հայերեն (beta)](hy/)
11-
* [🇮🇹 Italiano (beta)](it/)
12-
* [🇯🇵 日本語](ja/)
13-
* [🇰🇵/🇰🇷 한국어 (beta)](ko/)
14-
* [🇵🇱 Polski](pl/)
15-
* [🇧🇷 Português-brasileiro](pt/)
16-
* [🇷🇺 Русский (beta)](ru/)
17-
* [🇸🇰 Slovenčina (beta)](sk/)
18-
* [🇹🇷 Türkçe (beta)](tr/)
19-
* [🇺🇦 Українська](uk/)
20-
* [🇨🇳 简体中文](zh/)

en/deploy/install_git.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ Do not forget to restart the command prompt or PowerShell after the installation
1313
<!--sec data-title="Installing Git: OS X" data-id="git_install_OSX"
1414
data-collapse=true ces-->
1515

16-
Download Git from [git-scm.com](https://git-scm.com/) and follow the instructions.
16+
Download Git from [https://git-scm.com/download/mac](https://git-scm.com/download/mac) and follow the instructions.
1717

1818
> **Note** If you are running OS X 10.6, 10.7, or 10.8, you will need to install the version of git from here: [Git installer for OS X Snow Leopard](https://sourceforge.net/projects/git-osx-installer/files/git-2.3.5-intel-universal-snow-leopard.dmg/download)
1919
20+
> It is recommended to install using brew (you may need to install homebrew if you don't already have it):
21+
> ```brew install git```
22+
>
23+
> Please note that some Mac M1/M2/M3 users may have the error `zsh: command not found: brew`. In that case, please follow [this](https://stackoverflow.com/a/66019047) or [this](https://mac.install.guide/homebrew/zsh-command-not-found-brew) to fix the error.
24+
2025
<!--endsec-->
2126

2227
<!--sec data-title="Installing Git: Debian or Ubuntu" data-id="git_install_debian_ubuntu"

0 commit comments

Comments
 (0)