Do you need permissions to push something to VCMI github?

Do you need permissions to push something to VCMI github?

Most certainly. Only proven ones got it :wink:

Use pull requests.

Nothing is easy… I always get errors when I want to push something that I have commited :frowning:

I can push to my own created public! github repo just fine…

In tortoise git I get this error

git.exe push --progress "origin" develop:develop

remote: Permission to vcmi/vcmi.git denied to krs0.
fatal: unable to access 'https://github.com/vcmi/vcmi/': The requested URL returned error: 403

Username and pass are ok
I have tried with email + pass same error
I have later tried with ssh, more or less same permission error
I have tried another git client (sourcetree) same permission denied error…
I have tried sourcetree and ssh, same permission denied error…
I have uninstalled everything related git, fress install of Tortoise git + git for windows, fresh clone -> same error

Any ideeas?

You don’t have write access to repository. Did you think everybody can write whatever they please? Create pull request for team to review.

I did not knew you need to create a fork :(. I’ve cloned the main. Oh well… all’s good in the end.