On Dec 22, 2009, at 4:41 PM, mdipierro wrote: > does not work gives me an error because the username is my email > address and contains @.
What if you encode it as %40? > > On Dec 22, 5:59 pm, Thadeus Burgess <[email protected]> wrote: >> You need to include the username/password as an in-line to the URL. >> >> default = https://<username>:<password>@web2py.googlecode.com/hg/ >> >> so... >> >> https://mdipierro:[email protected]/hg/ >> >> -Thadeus >> >> On Tue, Dec 22, 2009 at 5:46 PM, mdipierro <[email protected]> wrote: >>> I have this in my .hg/hgrc >> >>> [paths] >>> default =https://web2py.googlecode.com/hg/ >>> default-push <https://web2py.googlecode.com/hg/%0Adefault-push> = >>> https://web2py.googlecode.com/hg/ >> >>> [auth] >>> default.prefix =https://web2py.googlecode.com/hg/ >>> default.username = [email protected] >>> default.password = <my password> >>> default-push.prefix =https://web2py.googlecode.com/hg/ >>> default-push.username<https://web2py.googlecode.com/hg/%0Adefault-push.username>= >>> [email protected] >>> default-push.password = <my password> >> >>> It still asks me for username and password every time I do >> >>> Why? What am I doing wrong? >> >>> Massimo >> >>> -- >> >>> You received this message because you are subscribed to the Google Groups >>> "web2py-users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<web2py%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/web2py?hl=en. >> >> > > -- > > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

