Lukasz Szybalski wrote: > Hello, > > How can I use do a checkout from a different machine? > > I'm working on a temporary machine and I need to checkout (not branch) > from launchpad. > > bzr checkout lp:datahub > Permission denied (publickey). > bzr: ERROR: Connection closed: please check connectivity and > permissions (and try -Dhpss if further diagnosis is required)
I don't have a great solution here - but I'd like to echo some frustration with this. Launchpad supports HTTP as well... if this fails, and it's a command that doesn't require write access, why not try HTTP? As for this, try: bzr checkout http://bazaar.launchpad.net/~szybalski/datahub/trunk > I've done: > bzr launchpad-login myusername > > Am I suppose to do anything else? I just need to login for few days, I > don't want to transfer any keys. Can I authenticate somehow with > user/pass? > sftp/ssh? What would be proper command? (please show me both commands > anonymous vs authenticated?) > > Thanks, > Lucas > > _______________________________________________ > Mailing list: https://launchpad.net/~launchpad-users > Post to : [email protected] > Unsubscribe : https://launchpad.net/~launchpad-users > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~launchpad-users Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-users More help : https://help.launchpad.net/ListHelp

