-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Is there a cross-platform fork system? #4493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This would also require adding |
You can create a mirror of the GitHub repo. |
Oh, is see, it seems like "mirror" was mistranslated to "kopie" for me |
Mirrors are read only, i want to have a fork (if possible on gitea)with which i can pull commits from a upstream repo(on github) (maybe let people make new branches or fork mirrorred repos)? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
Would love to see this 👍 also I hereby dislike the automated stale bot :) |
Can't you just mirror the GitHub as say upstream-mirror and then pull from that mirror? |
Yes, you can create a fork of a mirror locally. Closing this as federation is being handled in another issue. |
Oh right, forking a local mirror works for this. This request would make the step of first creating a mirror and then forking it a little bit easier (as you would directly add an external repository as fork reference). I'm fine with it as it is, but would still be nice to make the process of updating forks easier. This would need to go along with #2488. Sure, first mirroring and then forking it would still work for this, but directly having an external repository as fork reference would skip having an extra repository. Additionally this might already count as federation. Maybe these are some low-hanging fruits to start with? |
Sorry to add to this thread, but how to fork locally? I can make a mirror of a github-project, but I can't fork this mirror in gitea, it says "forking is not allowed, because I own this repo already" (or similiar, I'm using german, so I don't know the exact english message). Do I need to use 2 gitea-user accounts for myself, one that mirrors github and on that forks from that mirror? Thanks! |
@Cyber1000 create new organization (let's say |
Is it possible to import a repo from github and keep it synced? For example if i want to fork a project on github to my gitea instance.
The text was updated successfully, but these errors were encountered: