From 0f35d209191b512aee1baa1fe663d535ccf7c4c5 Mon Sep 17 00:00:00 2001 From: andyphancode Date: Fri, 7 Jun 2024 21:08:40 -0700 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5c5008e57..8cdeced134 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -733,7 +733,9 @@ git merge gh-pages #### **2.7.f Working on an issue (6): Handling SSH authorization errors** -**IMPORTANT:** If you are a windows user then you have to install git bash, but if you are a Mac user you only need to use your terminal. Download git bash for windows here +If you already have an SSH key that connects your computer with your GitHub account, you can skip this section (2.7.f). + +**IMPORTANT:** If you are a Windows user then you have to install git bash, but if you are a Mac user you only need to use your terminal. Download Git Bash for Windows here: [Git Bash](https://git-scm.com/downloads) ##### **i. Setting up SSH Keys for Mac** From 3c19d6cb35d64807c1be5a83d676c4c2c4f46dfe Mon Sep 17 00:00:00 2001 From: andyphancode Date: Tue, 11 Jun 2024 17:38:04 -0700 Subject: [PATCH 2/2] capitalized git bash to Git Bash --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cdeced134..5da462dd14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -735,7 +735,7 @@ git merge gh-pages If you already have an SSH key that connects your computer with your GitHub account, you can skip this section (2.7.f). -**IMPORTANT:** If you are a Windows user then you have to install git bash, but if you are a Mac user you only need to use your terminal. Download Git Bash for Windows here: +**IMPORTANT:** If you are a Windows user then you have to install Git Bash, but if you are a Mac user you only need to use your terminal. Download Git Bash for Windows here: [Git Bash](https://git-scm.com/downloads) ##### **i. Setting up SSH Keys for Mac**