I have setup key access to Github. Everything works well when I push from Git Bash command line. However I cannot use it from the command line. When I do a ssh -T git@github.com from command line, it says
Permission denied (publickey).
If I do a git push it says
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I know that the keys are correct and the repository exists because it works fine from git bash. Any ideas?