-
I have my
Now, obviously I have not been able to enter my passphrase for my private repo anywhere and this is clearly the problem. Where in the app can I register my codeberg password?? I have entered my Username and Email address, but there is no input box for password that I can find. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you select the correct authentication method in the git server settings screen? If you select password there then you will be prompted for a password during clone. The username and email that you provided are for your local Git author configuration, so for cloning your repository you will have to provide your username within the URL itself, like so : |
Beta Was this translation helpful? Give feedback.
Did you select the correct authentication method in the git server settings screen? If you select password there then you will be prompted for a password during clone. The username and email that you provided are for your local Git author configuration, so for cloning your repository you will have to provide your username within the URL itself, like so :
https://<username>@codeberg.org/my/private/.password-store
where<username>
will be replaced with your Codeberg username.