thessrb / thessrbio

Thessaloniki Ruby Meetup home
3 stars 12 forks source link

Problem with adding my name in members list #18

Closed basiliskav closed 9 years ago

basiliskav commented 9 years ago

I tried to add my name in members list to thessrbio by creating a new branch. When i try to push my new branch to github, a permission error appears. There is something that i can do to resolve this error?

This is the error ERROR: Permission to thessrb/thessrbio.git denied to basiliskav. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

petros commented 9 years ago

You are trying to push directly to thessrb/thessrbio, but you are not a collaborator in this repository. Right now, contributions can only be done through a fork. You need to fork this repository first, then clone your fork locally, and create a new local topic branch for your proposed changes. Then push that branch to your fork, and create the pull request. We'll review the pull request, and merge it if everything is fine.

basiliskav commented 9 years ago

Thank you. Now understand how fork works. I just created the pull request.