前提・実現したいこと
GitHubで作成物を公開しようとしています。
Windowsのため、gitbashを使用しています。
発生している問題・エラーメッセージ
sshの鍵の作成を行っており、http://tusukuru.hatenablog.com/entry/2018/08/29/021651 という記事を参考にしていますが、4.のターミナルでのconfig ファイルの作成で、
$ vim ~/.ssh/config
のあと、
Host github
HostName github.com
IdentityFile ~/.ssh/id_rsa
User git
の入力方法がわかりません。
該当のソースコード
Host github
HostName github.com
IdentityFile ~/.ssh/id_rsa
User git
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~/.ssh/config[+] [unix] (08:59 01/01/1970) 4,11 全て
と打ってみましたが、エンターキーを押しても何も起こりません。
よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/10/02 00:21