I'm fairly new to github and git, but I do have git setup on my Mac (using Mavericks) and have added a repo on github. I'm using MAMP and working on a Drupal site, and when I try my first push to the repo, using git push origin master I get an error:
error: SSL certificate problem: Invalid certificate chain while accessing
https://githib.com/...git/info/refs?service=git-receive-pack
fatal: HTTP request failed
I've looked around to try and make sense of this error without any luck. I'd greatly appreciate any help.
git://SSH protocol URL for your GitHub repo instead, if that's an option.git://URL if you want, but the error message you're getting literally says that you're trying to run a command from a directory that isn't a git repo..shisn't supposed to be a git repo, is it?