RedstonerServer / redstoner-utils

Redstoner's plugins, written in Python.
MIT License
7 stars 3 forks source link

cannot push changes #2

Closed shillingp closed 9 years ago

shillingp commented 9 years ago

When I try to push changes i get this result. I use source tree which works fine for me up until this point.

Pushing to https://shillingp@github.com/RedstonerServer/redstoner-utils.git

remote: Permission to RedstonerServer/redstoner-utils.git denied to shillingp.
fatal: unable to access 'https://shillingp@github.com/RedstonerServer/redstoner-utils.git/': The requested URL returned error: 403
jomo commented 9 years ago

username is git: git@github.com:RedstonerServer/redstoner-utils.git

jomo commented 9 years ago

Also, use ssh :)

shillingp commented 9 years ago

have to use ssh anyway as i would need a password

jomo commented 9 years ago

yep, that'd be your GitHub password, and that's why HTTPS sucks for git :]

shillingp commented 9 years ago
Pushing to git@github.com:RedstonerServer/redstoner-utils.git
ERROR: Permission to RedstonerServer/redstoner-utils.git denied to shillingp.
fatal: Could not read from remote repository.

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

Still having issues despite using ssh

jomo commented 9 years ago

Have you added your SSH key to GitHub?

jomo commented 9 years ago

Sorry, it was my fault. Apparently you need to add organization teams to repos, just did that.