On 01/01/2009, Tekkub <[email protected]> wrote: > Password is only mandatory if you put one on your ssh key. If you don't > want to enter a password, just make a new key without one. > > On Thu, Jan 1, 2009 at 7:50 AM, Victor <[email protected]> wrote:
> > What would I need to do in order for git to pull/fetch from my > > git://github.com/username/repo.git URL, but push to my > > [email protected]:username/repo.git URL when I type "git > pull/fetch" and > > "git push" respectively, without any parameters? > > > > What I mean to achieve from this configuration is obviously to not > > have to type my password every time I pull/fetch, since pulling/ > > fetching wouldn't really alter my online repository. But pushing is > > like signing in and changing your "backup" if you will, so then is > > when I'd like to provide a password which is mandatory anyway. > > > > Is what I want even possible? > > What you probably want to do is use a keychain or ssh agent, http://github.com/guides/how-to-not-have-to-type-your-password-for-every-push --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
