I generated the ssh pub key and private key and register pub key to my github. And add the private key by using this
$ eval $(ssh-agent -s)
$ ssh-add ~/.ssh/id_rsa
But I have to put this command everytime when I push or pull the code. I hope to avoid this.