Need help with setup for Codeberg #993
Unanswered
rkranendonk
asked this question in
Q&A
Replies: 1 comment
-
|
I haven't worked with Codeberg yet. ssh auth should work just like it does with GitHub. I couldn't find something regarding authentication for private repos via http, so I cannot help here. But the plugin is mostly just a wrapper around git cli, so please just try. I would not recommend the way it's done in the blog post, because it stores the access token directly in your config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to start using this plugin, but all content I can find is about connecting to Github. Our repo is on Codeberg. Would appreciate some help.
At the moment I'm stuck at
Clone an existing remote repo. I found this, it suggests the following format:https://<PERSONAL_ACCESS_TOKEN>@github.com/<USERNAME>/<REPO>.git.The blogpost explains it starts with ghp_ but this is a 'GitHub classic token' and afik Codeberk supports SSH and GPG keys.
How do I proceed?
Beta Was this translation helpful? Give feedback.
All reactions