I am new to using gitHub and I am using netBeans on macosx.
I am having trouble pushing the project. I get the following error:
https://Username@github.com/xxxfolder/xxxproject.git:git-receive-pack not permitted
I tried using a number of things like trying to log as ssh. But it didn’t work.
I changed the rights to the local rep. to 777 just in case with option -R and still didn’t work.
Any ideas?
I solved it.
In case someone else has this problem it suffices to verify if the user is added as a collaborator on the repository settings of GitHub.
If that doesn’t work try doing it on ssh and remember to check the address mentioned in gitHub as it is different than that of the Https protocol.