たぶんgit remote -vするとhttpsになってる
$ git remote -v
origin https://github.com/memerelics/config (fetch)
origin https://github.com/memerelics/config (push)
````````
gitに変えてやればおとなしくなる
`````````
$ git remote set-url origin git@github.com:memerelics/config.git
````````