kactus-io / kactus

:cactus: A true version control tool for designers
https://kactus.io
MIT License
1.5k stars 86 forks source link

can not push to main #133

Closed Gapachec closed 5 years ago

Gapachec commented 5 years ago

Hello, i tried kactus and so far works well .. i have figured it out my merges branches and all .. since im not programer..

However i shared my project with people and they are able to download and update and everything.. but they do changes and when the push to origin they get an error wich is this.

Screen Shot 2019-06-13 at 3 58 09 PM

I read the link that is there about git protection branches but 1) the page dont have the same options as i have (corporate) . and 2.. i Asked to my programmer friends and said i should ivite and give pushing capabilities to the person so they can do it with a review.. wich i did

Screen Shot 2019-06-13 at 4 03 10 PM

but still they get the same error

Captura de pantalla 2019-06-13 a la(s) 15 29 01

and we dont know what to do :/

mathieudutour commented 5 years ago

I'm guessing your master is protected and cannot be pushed directly to. So they either need to create a new branch and push it or you need to remove the protection (on your github repo -> Settings > Branches > remove the protection rule)