[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 received

Re: [git-users] How to use Git on a stand alone website?

2015-10-17 Thread Andrey Nering
If you want to self host your git projects, take a look at GitLab (more complete, but harder to deploy) or Gogs (simpler, but much easier to deploy). 2015-10-16 15:18 GMT-03:00 Ivan Ferrero : > Hi all I'm planning to create a website similar

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

2015-10-17 Thread Steve (Gadget) Barnes
On 17/10/2015 10:45, liu wen wrote: > 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 > pass