- edited description
Permission denied when pushing
{{{ [hallon@hallon] /tmp $ hg clone ssh://hg@bitbucket.org/levsa/repo Enter passphrase for key '/home/hallon/.ssh/id_dsa': destination directory: repo no changes found updating to branch default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [hallon@hallon] /tmp $ cd repo [hallon@hallon] repo $ touch x [hallon@hallon] repo $ hg add x [hallon@hallon] repo $ hg commit -m"Foo" [hallon@hallon] repo $ hg push Enter passphrase for key '/home/hallon/.ssh/id_dsa': pushing to ssh://hg@bitbucket.org/levsa/repo searching for changes remote: abort: could not lock repository levsa/repo: Permission denied abort: unexpected response: empty string [hallon@hallon] repo $
}}}
I am using ssh and openid. I want to try https but I can not even do a clone as my password is not accepted, but that is another bug I suppose.
Comments (4)
-
-
-
assigned issue to
Are you still having this problem? I took a look at your repo and don't see anything that might have caused this.
-
assigned issue to
-
- changed status to resolved
9 days with no response, resolving.
-
Sorry forgot about this one, but I verified that it works so everything is fine.
- Log in to comment