Re: [git-users] how to git clone/pull/push another PC without entering password ?

2015-10-18 Thread liu wen
dded until the session logs out. But > doing this is dull, so the clever thing is to add this to your > .bashrc: > alias ssh='ssh-add -l > /dev/null 2>&1 || ssh-add ; \ssh' > that adds it automatically the first time you connect to somewhere so > you only ever have to type your p

Re: [git-users] how to git clone/pull/push another PC without entering password ?

2015-10-18 Thread liu wen
I'm using a fedora and ubuntu. Ubuntu as the server. On Sun, Oct 18, 2015 at 6:38 PM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Sat, 17 Oct 2015 02:45:28 -0700 (PDT) > liu wen <caonimagongl...@gmail.com> wrote: > > > I have two laptop A and B

[git-users] how to git clone/pull/push another PC without entering password ?

2015-10-17 Thread liu wen
I have two laptop A and B, I want to create a shared repository on A, and I can clone/pull/push the shared repo on B. is it possible? if so, what are the clone command like? and do I need to enter password again and again? can I avoid entering password( like ssh-agent)? thanks -- You