Hi
I want to push (mercurial) via ssh to one of my repos. I uploaded the pub key, but it seems that I have only read access how can I change that to write access?
thanks
Uwe Brauer
The issue you are running into is a permissions issue on your destination. You need to give the user with the pub key write permissions to the directory it is pushing to.
well when I generated the key I used -C and my the email address of my account. I also receive the message remote: Can't find your username.
but in my .hgrc file, I have set up my user id I always use. I am confused
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not matter so much for the user that you created the key as but the user that you are creating an ssh session for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SOLVED:
I found the answer here:
the key as to be in my user account, not in the repo! This is VERY confusing and the documentation is silent on that issue, sigh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very true. I suspected this as well and I also got this issue today. This helped me resolve my issue. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.