See http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password
Make sure you are cloning your repos using ssh
:
ssh://[email protected]/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