Julien Cubizolles <[email protected]> writes: > I'm a new (and happy) user of magit. I've tried to add login/password to > my .authinfo file to save typing it at each git operation but couldn't > figure out the right syntax. > Here is what I tried. > machine github.com protocol https login *mylogin* password > *mypassword*
We didn't yet wrote the code needed for magit to use standard Emacs authentication, so there is nothing you can do, but wrote the code yourself, or wait for some good man to do it. I use ssh and ssh-agent for this, so I've to enter only once a passphrase for all my git activities (on github and elsewhere) -- Rémi Vanicat -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
