From 317e2b6ee890963b93a55ed8d7e91f32fa6c7f54 Mon Sep 17 00:00:00 2001 From: Claudia Wong Date: Wed, 25 Sep 2024 21:35:04 +0200 Subject: [PATCH 1/2] Added csuggestions for git installation bug for Mac M1/M2/M3 ussers --- LANGS.md | 19 ------------------- en/deploy/install_git.md | 7 ++++++- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/LANGS.md b/LANGS.md index 751d6faf913..46a4163db80 100644 --- a/LANGS.md +++ b/LANGS.md @@ -1,20 +1 @@ * [🇺🇸 English](en/) -* [🇧🇬 Български (beta)](bg/) -* [🇨🇿 Čeština (beta)](cs/) -* [🇩🇪 Deutsch](de/) -* [🇬🇷 Ελληνικά (beta)](el/) -* [🇪🇸 Español (beta)](es/) -* [🇮🇷 فارسی (beta)](fa/) -* [🇫🇷 Français (beta)](fr/) -* [🇭🇺 Magyar (beta)](hu/) -* [🇦🇲 հայերեն (beta)](hy/) -* [🇮🇹 Italiano (beta)](it/) -* [🇯🇵 日本語](ja/) -* [🇰🇵/🇰🇷 한국어 (beta)](ko/) -* [🇵🇱 Polski](pl/) -* [🇧🇷 Português-brasileiro](pt/) -* [🇷🇺 Русский (beta)](ru/) -* [🇸🇰 Slovenčina (beta)](sk/) -* [🇹🇷 Türkçe (beta)](tr/) -* [🇺🇦 Українська](uk/) -* [🇨🇳 简体中文](zh/) diff --git a/en/deploy/install_git.md b/en/deploy/install_git.md index 0208d483d93..8ee9f29ee07 100644 --- a/en/deploy/install_git.md +++ b/en/deploy/install_git.md @@ -13,10 +13,15 @@ Do not forget to restart the command prompt or PowerShell after the installation -Download Git from [git-scm.com](https://git-scm.com/) and follow the instructions. +Download Git from [https://git-scm.com/download/mac](https://git-scm.com/download/mac) and follow the instructions. > **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) +> It is recommended to install using brew (you may need to install homebrew if you don't already have it): +> ```brew install git``` +> +> 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. +