Skip to content

Commit

Permalink
add: additional tips for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenluthfi committed Aug 28, 2024
1 parent 8b6e30f commit 35414a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/tutorial-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ git credential-manager configure
git config --global credential.credentialStore keychain
```

Apabila perintah `git credential-manager` tidak bisa dijalankan, kamu bisa coba perintah `git-credential-manager` atau `git-credential-manager-core`.
:::tip
- Apabila perintah `git credential-manager` tidak bisa dijalankan, kamu bisa coba perintah `git-credential-manager` atau `git-credential-manager-core`.
- Pada macOS, jika kedua perintah tersebut tidak berhasil, kamu bisa mencoba mengunduh git credential manager menggunakan *Homebrew* dengan perintah `brew install git-credential-manager-core`.
- Jika macOS tidak memiliki *Homebrew*, kamu bisa mengunduhnya dengan mengikuti instruksi dari [web ini](https://brew.sh).
:::

### Langkah 5: Verifikasi Konfigurasi

Expand Down
6 changes: 5 additions & 1 deletion i18n/en/docusaurus-plugin-content-docs/current/tutorial-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ git credential-manager configure
git config --global credential.credentialStore keychain
```

If the `git credential-manager` command doesn't work, you can try `git-credential-manager` or `git-credential-manager-core` instead.
:::tip
- If the `git credential-manager` command doesn't work, you can try `git-credential-manager` or `git-credential-manager-core` instead.
- on macOS, if both of those commands still don't work, you can try installing the git credential manager using *Homebrew* with the command `brew install git-credential-manager-core`
- If your mac doesn't have Homebrew installed, you can install it by following the instructions on the [Homebrew website](https://brew.sh/).
:::

### Step 5: Verifying Configuration

Expand Down

0 comments on commit 35414a5

Please sign in to comment.