How to accept private repository ownership on GitHub?

Viewed 870

How to start a private GitHub repository ownership transfer on GitHub is relatively clear.

But when we follow this process the accepting account doesn't show any signs of transfer and there is no button or link to click to finish the transfer process. The accepting account also doesn't get any email notifications.

In the sending account the "Transfer" is being shown as pending.

How to accept a pending private GitHub repository ownership transfer?

1 Answers

It turned out (as I was expecting) not to be a GitHub issue. The receiving account was having the valid email address as not primary. The primary email address was not valid any longer and the secondary email address didn't receive any email notifications.

Cleaning up receiving account email addresses and setting the the valid primary email address allowed to transfer the repository ownership.

Related