Hacker News new | ask | show | jobs
by jason_slack 4674 days ago
I seem to be getting an error: Warning: Permanently added 'github.com,204.232.175.90' (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.

1 comments

This is a common git error, try http instead of ssh

git clone https://github.com/square/maximum-awesome.git

I get an error when running rake:

Checking connectivity... done Submodule path 'vim/bundle/jshint': checked out 'da21f0eb658d9af6696ee34a00c13d1717d85095' Cloning into 'vim/bundle/kwbd'... Permission denied (publickey). fatal: Could not read from remote repository.

that worked, what is the common error though?