LoginSignup
1
1

More than 5 years have passed since last update.

gitでPermission deniedって出た時にしたことメモ

Last updated at Posted at 2014-12-22

色々やってみたが、下記なら上手くいった


$ vi  ~/.ssh/config


Host github
  HostName github.com
  IdentityFile ~/.ssh/id_rsa
  User rcmdnk
  Compression yes

追記

これでもしばたくしたらまた同じエラーが出た。
githubのGUIアプリ開いたらなぜか通った。謎。

難しいよgit

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