You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
Docker image 0.7.4
Additional info
Doing repo collab list shows the new collaborator.
I managed to find a workaround, which is adding a initial commit first, then adding the collaborator. Not ideal in this case as I want the owner of the repo to be user1 but because the repo is in the server of user2 I need to add it as collaborator so that user2 can do the initial commit. However, workaround forces user2 to be owner of repo, adding user1 as collab after, or doing dummy commit from user1.
The text was updated successfully, but these errors were encountered:
Propagate a more informative error when adding an existing collaborator.
Ignore webhooks default branch git reference not found errors because
the repo won't have a default branch when it's empty.
Fixes: #464
Propagate a more informative error when adding an existing collaborator.
Ignore webhooks default branch git reference not found errors because
the repo won't have a default branch when it's empty.
Fixes: #464
Propagate a more informative error when adding an existing collaborator.
Ignore webhooks default branch git reference not found errors because
the repo won't have a default branch when it's empty.
Fixes: #464
When trying to add a collaborator to a recently created repo it gives the following message:
When trying again the following message appears:
If I try to delete the collaborator I get the first error. If I try to add again I still get second error.
To Reproduce
ssh -p 23231 localhost user create beatrice
ssh -p 23231 localhost user create frankie
ssh -p 23231 localhost repo create icecream
ssh -p 23231 localhost repo collab add icecream frankie
Environment (please complete the following information):
Additional info
Doing
repo collab list
shows the new collaborator.I managed to find a workaround, which is adding a initial commit first, then adding the collaborator. Not ideal in this case as I want the owner of the repo to be
user1
but because the repo is in the server ofuser2
I need to add it as collaborator so thatuser2
can do the initial commit. However, workaround forcesuser2
to be owner of repo, addinguser1
as collab after, or doing dummy commit fromuser1
.The text was updated successfully, but these errors were encountered: