1
0
mirror of https://github.com/privacyguides/i18n.git synced 2025-06-20 09:44:20 +00:00

New Crowdin translations by GitHub Action

This commit is contained in:
Crowdin Bot
2023-10-14 03:32:27 +00:00
parent 47597e7b7e
commit 2cd967e7e3
29 changed files with 58 additions and 203 deletions

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ Puedes utilizar una clave SSH existente para firmar, o [crear una nueva](https:/
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copia tu clave pública SSH a tu portapapeles, por ejemplo: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Configura tu clave SSH para firmar en Git con el siguiente comando, sustituyendo la última cadena entre comillas por la clave pública de tu portapapeles:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Asegúrate de que [añades tu clave SSH a tu cuenta de GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **como Clave de firma** (en lugar de o además de como Clave de autenticación). Asegúrate de que [añades tu clave SSH a tu cuenta de GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **como Clave de firma** (en lugar de o además de como Clave de autenticación).

View File

@ -14,14 +14,9 @@ title: توصیه‌های Git
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. کلید عمومی SSH خود را در کلیپ بورد خود کپی کنید، به عنوان مثال: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. کلید SSH خود را برای ورود به Git با دستور زیر تنظیم کنید و آخرین رشته در نقل قول را با کلید عمومی در کلیپ بورد خود جایگزین کنید:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
مطمئن شوید که [ کلید خصوصی خود را به اکانت GitHub اضافه کنید](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **به عنوان کلید امضا شده** (برخلاف یا علاوه بر آن به عنوان یک کلید احراز هویت). مطمئن شوید که [ کلید خصوصی خود را به اکانت GitHub اضافه کنید](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **به عنوان کلید امضا شده** (برخلاف یا علاوه بر آن به عنوان یک کلید احراز هویت).

View File

@ -14,14 +14,9 @@ Vous pouvez utiliser une clé SSH existante pour la signature, ou [en créer une
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copiez votre clé publique SSH dans votre presse-papiers, par exemple : 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Définissez votre clé SSH pour la signature dans Git avec la commande suivante, en remplaçant la dernière chaîne entre guillemets par la clé publique dans votre presse-papiers :
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Assurez-vous que vous [ajoutez votre clé SSH à votre compte GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **en tant que clé de signature** (par opposition ou en plus qu'en tant que clé d'authentification). Assurez-vous que vous [ajoutez votre clé SSH à votre compte GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **en tant que clé de signature** (par opposition ou en plus qu'en tant que clé d'authentification).

View File

@ -14,14 +14,9 @@ title: המלצות Git
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. העתק את מפתח ה-SSH הציבורי שלך ללוח שלך, לדוגמה: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. הגדר את מפתח ה-SSH שלך לכניסה ל-Git עם הפקודה הבאה, החלפת המחרוזת האחרונה במרכאות במפתח הציבורי בלוח שלך:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
ודא שאתה [מוסיף את מפתח ה-SSH שלך לחשבון GitHub שלך](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **כמפתח חתימה** (בניגוד ל או בנוסף כמפתח אימות). ודא שאתה [מוסיף את מפתח ה-SSH שלך לחשבון GitHub שלך](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **כמפתח חתימה** (בניגוד ל או בנוסף כמפתח אימות).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ Anda dapat menggunakan kunci SSH yang sudah ada untuk masuk, atau [membuat kunci
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Salin kunci publik SSH Anda ke papan klip, misalnya: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Atur kunci SSH Anda untuk masuk ke Git dengan perintah berikut, ganti string terakhir dalam tanda kutip dengan kunci publik di papan klip Anda:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Pastikan Anda [menambahkan kunci SSH Anda ke akun GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **Signing Key** (sebagai lawan atau tambahan dari Kunci Autentikasi). Pastikan Anda [menambahkan kunci SSH Anda ke akun GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **Signing Key** (sebagai lawan atau tambahan dari Kunci Autentikasi).

View File

@ -14,14 +14,9 @@ Puoi utilizzare una chiave SSH esistente per firmare, o [crearne una nuova](http
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copia la tua chiave pubblica SSH nei tuoi appunti, ad esempio: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Imposta la tua chiave SSH per firmare su Git con il seguente comando, sostituendo l'ultima stringa tra virgolette con la chiave pubblica nei tuoi appunti:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Assicurati di [aggiungere la tua chiave SSH al tuo profilo di GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **come una Chiave di Firma** (invece che, od oltre che, come una Chiave d'Autenticazione). Assicurati di [aggiungere la tua chiave SSH al tuo profilo di GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **come una Chiave di Firma** (invece che, od oltre che, come una Chiave d'Autenticazione).

View File

@ -14,14 +14,9 @@ GitHub.comのウェブエディターでこのウェブサイトに直接変更
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. SSH公開鍵をクリップボードにコピーします。例 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. 次のコマンドを使用して、Git に署名するための SSH キーを設定します。引用符で囲まれた最後の文字列をクリップボード内の公開キーに置き換えます。
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ title: Git 사용 안내
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. SSH 공개 키를 클립보드에 복사합니다. 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. 다음 명령어로 Git에 로그인할 때 사용할 SSH키를 설정합니다(마지막 따옴표 내 문자열을 클립보드에 있는 공개 키로 대체하세요)
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
[GitHub 계정에 새 SSH 키 추가](https://docs.github.com/ko/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) 문서를 참고해 **서명 키**로 추가합니다(주의: 인증 키와 서명 키는 별도입니다). [GitHub 계정에 새 SSH 키 추가](https://docs.github.com/ko/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) 문서를 참고해 **서명 키**로 추가합니다(주의: 인증 키와 서명 키는 별도입니다).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ U kunt een bestaande SSH-sleutel gebruiken voor ondertekening, of [een nieuwe aa
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Kopieer bijvoorbeeld jouw SSH publieke sleutel naar jouw klembord: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Stel je SSH sleutel in voor ondertekening in Git met het volgende commando, waarbij je de laatste string tussen aanhalingstekens vervangt door de publieke sleutel in je klembord:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Zorg ervoor dat je [je SSH sleutel toevoegt aan je GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **als een Signing Key** (in tegenstelling tot of in aanvulling op als een Authentication Key). Zorg ervoor dat je [je SSH sleutel toevoegt aan je GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **als een Signing Key** (in tegenstelling tot of in aanvulling op als een Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ Para assinar, pode utilizar uma chave SSH existente, ou [criar uma nova](https:/
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copie a sua chave pública SSH para a área de transferência, por exemplo: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Defina a sua chave SSH para assinar no Git, com o seguinte comando, substituindo a última cadeia de carateres entre aspas pela chave pública, que está na sua área de transferência:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Certifique-se de que [adiciona a sua chave SSH à sua conta GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **como uma chave de assinatura** (por oposição a, ou para além de uma chave de autenticação). Certifique-se de que [adiciona a sua chave SSH à sua conta GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **como uma chave de assinatura** (por oposição a, ou para além de uma chave de autenticação).

View File

@ -14,14 +14,9 @@ title: Рекомендации по Git
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Скопируйте открытый SSH-ключ в буфер обмена, например: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Установите SSH-ключ для подписи в Git с помощью следующей команды, заменив последнюю строку в кавычках на публичный ключ в вашем буфере обмена:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Убедитесь, что вы [добавили свой SSH-ключ в учетную запись GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **в качестве ключа подписи** (в отличие от ключа идентификации или в дополнение к нему). Убедитесь, что вы [добавили свой SSH-ключ в учетную запись GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **в качестве ключа подписи** (в отличие от ключа идентификации или в дополнение к нему).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).

View File

@ -14,14 +14,9 @@ title: Git 使用建議
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. 將 SSH 公鑰複製到剪貼板,例如: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. 利用下方指令在 Git 底下設定 SSH 密鑰簽署,將最後字串置換成剪貼板中的公鑰且前後帶引號:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
確認 [加入您 GitHub 帳戶中的 SSH 密鑰](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **簽署密鑰** (其不同於驗證密鑰)。 確認 [加入您 GitHub 帳戶中的 SSH 密鑰](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **簽署密鑰** (其不同於驗證密鑰)。

View File

@ -14,14 +14,9 @@ You can use an existing SSH key for signing, or [create a new one](https://docs.
git config --global gpg.format ssh git config --global gpg.format ssh
git config --global tag.gpgSign true git config --global tag.gpgSign true
``` ```
2. Copy your SSH public key to your clipboard, for example: 2. Set your SSH key for signing in Git with the following command, substituting `/PATH/TO/.SSH/KEY.PUB` with the path to the public key you'd like to use, e.g. `/home/user/.ssh/id_ed25519.pub`:
``` ```
pbcopy < ~/.ssh/id_ed25519.pub git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB
# Copies the contents of the id_ed25519.pub file to your clipboard
```
3. Set your SSH key for signing in Git with the following command, replacing the last string in quotes with the public key in your clipboard:
```
git config --global user.signingkey 'ssh-ed25519 AAAAC3(...) user@example.com'
``` ```
Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key). Ensure you [add your SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account#adding-a-new-ssh-key-to-your-account) **as a Signing Key** (as opposed to or in addition to as an Authentication Key).