there4 / markdown-resume

Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
MIT License
1.77k stars 519 forks source link

Repo clone command fails #81

Closed jaysonvirissimo closed 6 years ago

jaysonvirissimo commented 6 years ago

In the README, it says to use git clone git@github.com:there4/markdown-resume.git to clone the repo locally, but on macOS 10.13 that results in:

Cloning into 'markdown-resume'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

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

It is working fine as is.

PS C:\Users\spawn> git clone git@github.com:there4/markdown-resume.git
Cloning into 'markdown-resume'...
remote: Counting objects: 1026, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 1026 (delta 1), reused 3 (delta 0), pack-reused 1019
Receiving objects: 100% (1026/1026), 10.35 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (409/409), done.

You need to fix your SSH key to Github.