Permission Denied (publickey) error when I push!
This means, on your local machine, you haven’t made any SSH keys. Here’s how to fix: Open git bash (Use the Windows search. To find it, type “git bash”) or the Mac Terminal. Pro Tip: You can use any *nix based command prompt (but not the default Windows Command Prompt!). Type cd ~/.ssh. This will […]