Error message when trying to transfer a repo: "You can only transfer a repository from an organization to yourself at this time" #195875
Replies: 3 comments
-
|
Yep, transferring to your account would work, but if you do not want to transfer the repo to yourself, you can check the organisation's member privileges, there should be a menu with 'Repository deletion and transfer', select the option 'Allow members to delete or transfer'. Now it should work, just check n see |
Beta Was this translation helpful? Give feedback.
-
|
Ese mensaje suele aparecer aunque tengas permisos de propietario y administrador, porque GitHub actualmente limita algunas transferencias directas desde organizaciones hacia cuentas de otros usuarios por motivos de seguridad. Una solución es transferir primero el repositorio desde la organización hacia tu cuenta personal y una vez que el repositorio esté en tu cuenta, volver a transferirlo al usuario destino. |
Beta Was this translation helpful? Give feedback.
-
|
Yes — transferring to yourself first and then on to the other user is the workaround, and it's the right call here. The error message is misleading. What it really means in this case is "this target user can't currently be the recipient of an organization-to-user transfer from this org", not that you can only transfer to yourself in general. It hits in a few situations:
A few things to check before doing the two-step transfer:
If all that checks out and you still get the same error, the org → user → user route works reliably:
Side effects to be aware of:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
I am an owner in the organization and an admin on the repo, with direct access.
I am trying to transfer the repo to a user, but am encountering this error message:
From the documentation, I seems like I have all the required permissions to transfer the repo.
Why is this occurring? Should I transfer the repo to myself and then try transferring to the other user?
Beta Was this translation helpful? Give feedback.
All reactions