Comment 2 for bug 216924

Revision history for this message
Craig Hewetson (craighewetson-deactivatedaccount) wrote : Re: Push failed using (bzr push lp:). On windows machine

There might well be some configuration problems on my side. Was trying to push code to a branch i created on launchpad (created via site). I've had already registered my public ssh key. But I could not get the following command to work:
bzr push bzr+ssh://<email address hidden>/~craighewetson/bzr-eclipse/craig_dev

It kept telling me: Permission denied (publickey).
bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)

So I assumed that bzr could not get(find/use) my public or private key locally to communicate with the server. I tried various "solutions" from the net etc and got nowhere...

So tried this approach:
bzr launchpad-login -v craighewetson (got no print outs etc, assumed it worked. This by the way should atleast tell the user that the connection was successful since I used verbose).
bzr push lp:~craighewetson/bzr-eclipse/craig_dev
after the command I got the printout as indicated in the bug description. I also attached the relevant portion of the .bzr.log file.