Codex will not push changes to github

I’ve set up an environment to generate code. Once any changes are made by codex I have asked to push the changes to github. Even though I set up github connection when the environment was made, codex can never make the push. So, all of it’s (really long) work never gets back into the world. It only exists in the codex container.

What am I missing here?

1 Like

This thing is really confused about where to push. The robot seems to have the access it needs to read the remote main, which is just some crap readme, but it can’t get its mind around pushing there or merging there.

1 Like

it was working for me in June/August, but today i cant get it work, it says “read only mode, try to recreate env with write mode” - but there is no any “mode” options, recreated envs, recreated connectors - nothing works. Useless update from OpenAI

Same exact issue here. Ever get it figured out?

I’m stuck om this too. I’ve tried with the “copy git apply” and “copy patch” and run them but get error from them on windows.

On one of my runs I had this button. That creates a pull request in your github. then log in there, view it and click merge. And it shows up as merged in codex web.

On the other task I ran I do not see it, don’t know why.

Just an update:

Sorry I had forgotten I requested help.

Was: The issue was based on codex attempting to execute/test the actual script. At this point the script would not run on the codex platform so the push was canceled.

Solution: explicitly ask codex not to test the script(s) and directly push code as is.

I don’t know why it was testing a script on its platform that pulled images from the internet. We learn we play.

Yeah,

It’s trying to run the script on the codex platform.

Tell it not to test the script and to push directly instead.