gitlab_to_gitea
gitlab_to_gitea copied to clipboard
Gitlab to Gitea migration script.
Hi, i try to migrate some all my project from gitlab to gitea because gitlab problem on write new repo. After create all group/society i receive this error. sync_1 |...
I'm getting a lot of `user doesn't have access to repo` errors while migrating, even tho I'm supposed to be the one creating the repos right?
Codeberg is based on Forgejo, which is a soft fork of Gitea so it should work, right?
Thanks for this great script! I used it to migrate my Gitlab 15.11.9 instance to Gitea 1.20.5. FYI: Since I have a reverse proxy which adds SSl, I got the...
import failed: {"message":"Authentication failed: Clone: exit status 128 - remote: HTTP Basic: Access denied\nfatal: Authentication failed this can fix it https://github.com/h44z/gitlab_to_gitea/pull/22 after fixed,it is ok now Project mall-microservice not found...
import failed: {"message":"Authentication failed: Clone: exit status 128 - remote: HTTP Basic: Access denied\nfatal: Authentication failed
no .env
Hey, While looking at the repo, i saw the .gitignore excludes the .env file, which makes perfect sense for security reasons but there is no 'env_dump' file to template what...
Hello, I successfully migrated from Gitlab 1.17.1 to Gitea 1.22.1, So I'm adding this to README.md. Also, I propose to replace `project.name` with `project.path` in the code. The main reason...