Thread (1 message) 1 message, 1 author, 2016-06-15

Re: How can I append authentication with "git push" ?

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:15

Thiago Farina [off-list ref] writes:
On Thu, Jul 12, 2012 at 5:18 AM, J. Bakshi
[off-list ref] wrote:
quoted
Or any repo wise configuration file where I can save the info, so that
it doesn't ask the credential before every push ?
I'd like to know how to do that too.

It's a pain to have to type username and password every time I need to
push to github. (Linux here btw).
I never type either when pushing to github, and I've been pushing
there at least twice a day for quite some time (Linux here btw).

I have these in .git/config:

        [remote "github2"]
                url = https://github.com/git/git
                fetch = +refs/heads/*:refs/remotes/github2/*
                pushurl = github.com:git/git.git
                push = refs/heads/maint:refs/heads/maint
                push = refs/heads/master:refs/heads/master
                push = refs/heads/next:refs/heads/next
                push = +refs/heads/pu:refs/heads/pu

        [remote "github"]
                url = https://github.com/gitster/git
                pushurl = github.com:gitster/git.git
                mirror

and then this in $HOME/.ssh/config:

        Host github.com
                User git
                IdentityFile ~/.ssh/github
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help