top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

F19 github and passwords

+1 vote
205 views

In a terminal I do git push https://my/repo master. A OpenSSH popup keeps asking me for user and password. /usr/lib/~/gnome-ask-password

How can I get it just to memorize my password, have added ssh key to github account. have added *github.com to ~/.ssh/config along with identityfile=id_mysshkey

posted Jul 11, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Have you tried: ssh-add ~/.ssh/id_mysshkey

answer Jul 11, 2013 by anonymous
Similar Questions
0 votes

Is there some tool or online-service which can check patches if they contain white-space-only changes and all test-wrapping changes?

+1 vote

I was learning to user git-bash and github. As part of tutorial we were asked to set username & password through git-bash command line and create an account in github. But since I already set the email through gitbash global config, I am not allowed to create account or create a password for my account .

Please let me know how can I create a account in github or delete the entry to start fresh.

...