Github Asking For Password After Adding SSH Key
Run: git remote -v
If the output has a URL that starts with https://github.com and not git@github.com, you need to change that by running a command similar to this: git remote set-url origin git@github.com:pawl/flask-admin.git
https://help.github.com/articles/changing-a-remote-s-url/#switching-remote-urls-from-ssh-to-https