Question:
I'm using git to control a college project, we're using netbeans+eclipse and a friend who participates in the project sent me the git link, I cloned the project, but I can't push netbeans. git-receive-pack not permitted error message is displayed
Answer:
Make sure your user is added as a contributor in the repository settings on GitHub.
Ask the repository owner to access the settings and in the second option, "Collaborators" he can include his git username or email.
Hug.