1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Github + Tortoise Git + SSH接続設定

Posted at

#①Puttygenによる秘密鍵作成
スタートメニューのすべてのプログラムからTortoiseGitの項目を開き、Puttygenを起動します。
image.png

Generateをクリックし鍵を生成します。
image.png
作成されたkeyはgithubの登録に用いるため、全てコピーしておきます。

Save private keyから秘密鍵を保存します。
保存したkeyはクローン作成・コミット時に用います。

#②githubの鍵設定
ユーザーページのSetting項目からSSH and GPG keysを選択します。
image.png
image.png

New SSH keyから新規鍵の登録を行います。
image.png
Keyに先ほどコピーしたkeyを入力します。

これでgithubの方の設定は完了です。

#③TortoiseGitの設定
Putty鍵のロードに①で作成した.ppkファイルを登録します。
image.png

以上でSSH接続設定の完了です。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?