-1

I generated an SSH key and I'm using it on my GitHub project, but when creating a new project, what do I have to do to use it on a new project? It is very annoying to have to keep typing the password for every push.

nwinkler
  • 52,665
  • 21
  • 154
  • 168
ricardoramos
  • 891
  • 3
  • 18
  • 35
  • 1
    this post should help -- http://stackoverflow.com/questions/6565357/git-push-requires-username-and-password – sfletche Jul 21 '15 at 03:17

2 Answers2

2

Add your SSH key to your account, so that any repository under that account can be checked out without a password.

See: https://help.github.com/articles/generating-ssh-keys/

natee.biz
  • 89
  • 1
  • 6
1

You will need to add your SSH key on Deploy Key's at Settings of your Gihub project.Deploy Key's

alvaropaco
  • 1,573
  • 18
  • 29