topdown / VVV-Dashboard

Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV
253 stars 40 forks source link

Initial setup problems #4

Closed rtpHarry closed 9 years ago

rtpHarry commented 9 years ago

Probably more a problem with my setup than this repo but thought I would post it here in case it is an issue with your setup instructions:

I am in Windows, running Cmder, Git installed, Administrator permissions, in the www folder as instructed. Typed this:

git clone git@github.com:topdown/VVV-Dashboard.git dashboard

And it wouldn't work for me:

Cloning into 'dashboard'...
The authenticity of host 'github.com (192.30.252.130)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
rtpHarry commented 9 years ago

After reading the documentation I tried the https url instead:

git clone https://github.com/topdown/VVV-Dashboard.git dashboard

and that worked first time. I don't know if its just something I don't have setup correctly or if you need different instructions for Windows?

robneu commented 9 years ago

I think the docs just need updated here. Using the https URL should be fine cross-platform.

As a side note, you might need to add your pubkey to your GitHub profile. https://developer.github.com/v3/users/keys/

topdown commented 9 years ago

I think your right. My mistake in the instructions. I will get them updated, thanks.