bazaar to launchpad when project already created on launchpad

Asked by Berty

i made a project on launchpad
then i downloaded bazaar

now I'm a little confused

in bazaar there is a nice button > link to launchpad
but i can't use it since my project is already created

how do i get my code from bazaar on my desktop to launchpad?

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Marc Stewart (marc.stewart) said :
#1

It depends on the workflow you adopt. See the documentation for details:
http://doc.bazaar.canonical.com/latest/en/user-guide/index.html

Revision history for this message
Berty (verhelst-bert) said :
#2

ok i followed the tutorial

now i got to the point where i got my branch commited locally

 bzr commit -m "changed something"

now i need to push it to the launchpad project Calex

bzr push lp:~verhelst-bert/+junk/Calex
Connected (version 2.0, client Twisted)
Adding ssh-rsa host key for bazaar.launchpad.net:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
bzr: ERROR: Connection error: Unable to authenticate to SSH host as
  <email address hidden>
supported auth types: ['publickey']

i got a ssh key on my lauchpad profile, but its not the same as the bazaar one

how do i continue?

Revision history for this message
Marc Stewart (marc.stewart) said :
#3

You can associate more than one SSH key with your Launchpad account. Add your Bazaar key and try again.

Revision history for this message
Berty (verhelst-bert) said :
#4

how do i know the bazaar key?

i had it yesterday when it returned it but when i execute that command now it doens't show the ssh key

Revision history for this message
Tim Penhey (thumper) said :
#5

Berty,

Firstly, what operating system are you using?

The SSH key that is linked to your account doesn't look right to me. How did you add it?

Revision history for this message
Berty (verhelst-bert) said :
#6

sorry for the late reply

i'm using windows 7 ultimate 32bit

i used PuTTY like it said here:
https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Martin Pool (mbp) said :
#8

Hi Berty, it looks like you have a key added, please reopen this if you're still having trouble.