See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password
Make sure you are cloning your repos using ssh
:
ssh://git@github.com/username/repo.git
If you use https
or git
, you will always be asked for username/password:
https://github.com/username/repo.git
git://github.com/username/repo.git