I\'m trying to push a new local branch (named \"haystack\") to my github repo with:
git push -u origin haystack
But I get the error:
Edit your .git/config file so that the url is using either ssh or git protocol instead of https:
.git/config
url
ssh
git
https
url = git@github.com:Grails48/airbrake-grails.git