LoginSignup
0
1

More than 3 years have passed since last update.

GitのタイムアウトPermission denied (publickey)

Last updated at Posted at 2020-12-04

こちらの記事を参考にして進めた

https://qiita.com/tetsu-upstr/items/e72147250701cf30ee72

$ pbcopy < ~/.ssh/id_rsa.pubが使えなかった
だから画面上にはid_rsa.pubは表示することが出来ない(出来なかった)

最後だけ↓のコードを使った

cat id_rsa.pub | clip

これでid_rsa.pubがコピーされるのでgithubの設定ページでコピペして完了した

0
1
1

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
0
1