たぶん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 [email protected]:memerelics/config.git
````````