Why am I getting this error when my git repository url is correct?
jitendra@JITENDRA-PC /c/mySite (master) $ git push beanstalk master fatal: \'git@skarp.bea
This is typically because you have not set the origin alias on your Git repository.
Try
git remote add origin URL_TO_YOUR_REPO
This will add an alias in your .git/config file for the remote clone/push/pull site URL. This URL can be found on your repository Overview page.
.git/config