Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to contribute / ERROR: Permission to spulec/moto.git denied #4955

Closed
AlanDonohoe opened this issue Mar 20, 2022 · 2 comments
Closed
Labels

Comments

@AlanDonohoe
Copy link
Contributor

Hello 👋

I am working on adding support for Rekognition.

But when I try and push my branch to moto's repo, I get this error:

ERROR: Permission to spulec/moto.git denied to MY HANDLE...
fatal: Could not read from remote repository.

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

Settings seem to be OK on my side:

git remote -v
origin  git@github.com:spulec/moto.git (fetch)
origin  git@github.com:spulec/moto.git (push)

Am I missing something?

Any ideas?

Thank you.

@bblommers
Copy link
Collaborator

Hi @AlanDonohoe! This can be solved by creating a copy of Moto's repo, using the Fork-button in the topright corner of https://github.com/spulec/moto.

After checking our your own copy/fork, you can create feature-branches there - and then create a PR from your branch into spulec/moto/master.

Let me know if you run into any issues with that.

@AlanDonohoe
Copy link
Contributor Author

Hi @bblommers Fantastic, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants