-2

I made my own repository on GitHub, I can edit it from Eclipse, but when I share it with other users they can't push to Upstream.

How can I grant them permission to edit the code? Also added them to Collaborators tab this doesn't help.

They get error git-receive-park not permitted

Thanks.

Yahya
  • 13,349
  • 6
  • 30
  • 42
cristian
  • 1
  • 2

1 Answers1

0

Actually this doesn't have anything to do with the IDE you are using. Because that is only about your access to the repository.

Thus: step back, and understand the workflow to use when working with github. See here for example:

Open a Pull Request

Pull Requests initiate discussion about your commits.

That is what you are looking for!

Community
  • 1
  • 1
GhostCat
  • 137,827
  • 25
  • 176
  • 248