LoginSignup
5
6

More than 5 years have passed since last update.

vagrantなvirtual boxからprivateなgithubリポジトリをcloneしようとしてpermission denied

Last updated at Posted at 2015-12-25

sshキーがアレしてるのはわかるけどvagrantで完結して解決したい。。。。

Fetching git@github.com:giftee/ruby-openid.git
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

こうするらしい

Vagrantfile
  # 仮想環境がhostの秘密キーを使えるようになる
  config.ssh.forward_agent = true
5
6
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
5
6