VCCWをインストールしようとboxファイルをcloneすると下記のようなエラーが出てgit cloneに失敗しまた
—
C:\Users\■ユーザー名■\■ディレクトリパスいろいろ■\vccw
>git clone git@github.com:vccw-team/boilerplate-behat-wordpress.git
Cloning into ‘boilerplate-behat-wordpress’…
Permission denied (publickey).
fatal: Could not read from remote repository.
—
Please make sure you have the correct access rights
and the repository exists.
—
ぐぐってみたところvagrantのバージョンが古いのが原因のようだったので、
vagrantを更新したらgit cloneできるようになりました。
更新と言っても公式サイトからvagrantをダウンロードしてきてインストールしただけです。
アンインストールは特にしていません。