I feel like I tried everything to clone http://thechaw.com/source from git with no success. I have a create SSH keys in order to access this git and I believe I followed the directions but I'm missing something easy.
I followed all the instructions (http://thechaw.com/wiki/guides/setup). Can someone tell me what I'm going wrong?
First:
% cd ~/.ssh && sh-keygen
- Added my key to their "account" section (I assume the key leaves off the "ssh-ras" and the "me@mydomain"`
Then:
% git config --global user.name "<My git Username>"
% git config --global user.email <My git Email address>
Now I try to clone using
% sudo git clone [email protected]:chaw.git
I always receive:
Initialized empty Git repository in /var/www/chaw/chaw/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I've been trying for many hours. What am I missing? I have a github account and I even put my ssh key in there (but I believe that shouldn't have any effect).
Any help would be appreciated. Thanks!