On Sunday, October 26, 2014 8:42:01 AM UTC+1, Amit Jamadagni wrote:
>
>       I have setup the git-trac-enable using the source enable.sh and also 
> have set the username and password using 
> git trac config --user USERNAME --pass '****'. 
> It prompts me to give in a password 
> ~/sage$ git trac push 17030
> Pushing to Trac #17030...
> Guessed remote branch: u/amitjamadagni/ticket/17030
> g...@trac.sagemath.org <javascript:>'s password: 
>
> This has not happened before, any help on this would be great. Thanks
>

I found out how you can reduce the need for password input down to once
per login session:
$ eval "$(ssh-agent -s)"
$ ssh-add ~/.ssh/your-trac-key-id

Put this in your .bashrc or equivalent and it will prompt you on startup,
then never again.

Regards,
 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to