diff --git a/i18n/ar/meta/git-recommendations.md b/i18n/ar/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/ar/meta/git-recommendations.md +++ b/i18n/ar/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/bn-IN/meta/git-recommendations.md b/i18n/bn-IN/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/bn-IN/meta/git-recommendations.md +++ b/i18n/bn-IN/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/bn/meta/git-recommendations.md b/i18n/bn/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/bn/meta/git-recommendations.md +++ b/i18n/bn/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/cs/meta/git-recommendations.md b/i18n/cs/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/cs/meta/git-recommendations.md +++ b/i18n/cs/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/de/meta/git-recommendations.md b/i18n/de/meta/git-recommendations.md index b154211b..26a76b2a 100644 --- a/i18n/de/meta/git-recommendations.md +++ b/i18n/de/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/el/meta/git-recommendations.md b/i18n/el/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/el/meta/git-recommendations.md +++ b/i18n/el/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/eo/meta/git-recommendations.md b/i18n/eo/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/eo/meta/git-recommendations.md +++ b/i18n/eo/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/es/meta/git-recommendations.md b/i18n/es/meta/git-recommendations.md index a1b642b5..a9f6be1b 100644 --- a/i18n/es/meta/git-recommendations.md +++ b/i18n/es/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/fa/meta/git-recommendations.md b/i18n/fa/meta/git-recommendations.md index 84853a5a..e515caa6 100644 --- a/i18n/fa/meta/git-recommendations.md +++ b/i18n/fa/meta/git-recommendations.md @@ -14,14 +14,9 @@ title: توصیه‌های Git git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` مطمئن شوید که [ کلید خصوصی خود را به اکانت 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) **به عنوان کلید امضا شده** (برخلاف یا علاوه بر آن به عنوان یک کلید احراز هویت). diff --git a/i18n/fr/meta/git-recommendations.md b/i18n/fr/meta/git-recommendations.md index 93590d9c..7ff42e5f 100644 --- a/i18n/fr/meta/git-recommendations.md +++ b/i18n/fr/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/he/meta/git-recommendations.md b/i18n/he/meta/git-recommendations.md index 0c406db6..816788b0 100644 --- a/i18n/he/meta/git-recommendations.md +++ b/i18n/he/meta/git-recommendations.md @@ -14,14 +14,9 @@ title: המלצות Git git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` ודא שאתה [מוסיף את מפתח ה-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) **כמפתח חתימה** (בניגוד ל או בנוסף כמפתח אימות). diff --git a/i18n/hi/meta/git-recommendations.md b/i18n/hi/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/hi/meta/git-recommendations.md +++ b/i18n/hi/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/hu/meta/git-recommendations.md b/i18n/hu/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/hu/meta/git-recommendations.md +++ b/i18n/hu/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/id/meta/git-recommendations.md b/i18n/id/meta/git-recommendations.md index d11ad0d4..ad502637 100644 --- a/i18n/id/meta/git-recommendations.md +++ b/i18n/id/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/it/meta/git-recommendations.md b/i18n/it/meta/git-recommendations.md index a2112703..0a3f957a 100644 --- a/i18n/it/meta/git-recommendations.md +++ b/i18n/it/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/ja/meta/git-recommendations.md b/i18n/ja/meta/git-recommendations.md index b0434938..6661ec78 100644 --- a/i18n/ja/meta/git-recommendations.md +++ b/i18n/ja/meta/git-recommendations.md @@ -14,14 +14,9 @@ GitHub.comのウェブエディターでこのウェブサイトに直接変更 git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/ko/meta/git-recommendations.md b/i18n/ko/meta/git-recommendations.md index 006cae67..d738f977 100644 --- a/i18n/ko/meta/git-recommendations.md +++ b/i18n/ko/meta/git-recommendations.md @@ -14,14 +14,9 @@ title: Git 사용 안내 git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` [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) 문서를 참고해 **서명 키**로 추가합니다(주의: 인증 키와 서명 키는 별도입니다). diff --git a/i18n/ku-IQ/meta/git-recommendations.md b/i18n/ku-IQ/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/ku-IQ/meta/git-recommendations.md +++ b/i18n/ku-IQ/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/nl/meta/git-recommendations.md b/i18n/nl/meta/git-recommendations.md index bb81b6a8..ff1d9c17 100644 --- a/i18n/nl/meta/git-recommendations.md +++ b/i18n/nl/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/pl/meta/git-recommendations.md b/i18n/pl/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/pl/meta/git-recommendations.md +++ b/i18n/pl/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/pt-BR/meta/git-recommendations.md b/i18n/pt-BR/meta/git-recommendations.md index c5ad8694..df0cd02f 100644 --- a/i18n/pt-BR/meta/git-recommendations.md +++ b/i18n/pt-BR/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/pt/meta/git-recommendations.md b/i18n/pt/meta/git-recommendations.md index 77e87299..a5c8b647 100644 --- a/i18n/pt/meta/git-recommendations.md +++ b/i18n/pt/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/ru/meta/git-recommendations.md b/i18n/ru/meta/git-recommendations.md index 061ca97e..6bdbdba1 100644 --- a/i18n/ru/meta/git-recommendations.md +++ b/i18n/ru/meta/git-recommendations.md @@ -14,14 +14,9 @@ title: Рекомендации по Git git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` Убедитесь, что вы [добавили свой 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) **в качестве ключа подписи** (в отличие от ключа идентификации или в дополнение к нему). diff --git a/i18n/sv/meta/git-recommendations.md b/i18n/sv/meta/git-recommendations.md index f096a09c..516373e6 100644 --- a/i18n/sv/meta/git-recommendations.md +++ b/i18n/sv/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/tr/meta/git-recommendations.md b/i18n/tr/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/tr/meta/git-recommendations.md +++ b/i18n/tr/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/uk/meta/git-recommendations.md b/i18n/uk/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/uk/meta/git-recommendations.md +++ b/i18n/uk/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/vi/meta/git-recommendations.md b/i18n/vi/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/vi/meta/git-recommendations.md +++ b/i18n/vi/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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). diff --git a/i18n/zh-Hant/meta/git-recommendations.md b/i18n/zh-Hant/meta/git-recommendations.md index 88a7405d..0d21154f 100644 --- a/i18n/zh-Hant/meta/git-recommendations.md +++ b/i18n/zh-Hant/meta/git-recommendations.md @@ -14,14 +14,9 @@ title: Git 使用建議 git config --global gpg.format ssh 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 確認 [加入您 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) **簽署密鑰** (其不同於驗證密鑰)。 diff --git a/i18n/zh/meta/git-recommendations.md b/i18n/zh/meta/git-recommendations.md index f59b5f81..f3b49c0d 100644 --- a/i18n/zh/meta/git-recommendations.md +++ b/i18n/zh/meta/git-recommendations.md @@ -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 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 - # 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' + git config --global user.signingkey /PATH/TO/.SSH/KEY.PUB ``` 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).