codex hang on git push
What version of Codex is running?
codex-cli 0.29.0
Which model were you using?
gpt5
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64 [WSL Ubuntu]
What steps can reproduce the bug?
If codex try to do a git push origin HEAD than i hang forever - no reaction to Esc or CRTL+C
I need to close the terminal
`
✔ You approved codex to run git push origin HEAD this time
⠹ Running git push origin HEAD
Evaluating Escalated Permissions (1779s • Esc to interrupt)
▌Username for 'https://xxxxxxxxxxx':
⏎ send Ctrl+J newline Ctrl+T transcript Ctrl+C quit 23386 tokens used 96% context left
`
If i do it without codex it works fine
`git push origin HEAD
Username for 'https://xxxxxx': xxxxxx
Password for 'https://xxxxxxxxxx':
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 12 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 478 bytes | 478.00 KiB/s, done.
Total 4 (delta 2), reused 0 (delta 0), pack-reused 0
To https://xxxxxxxx
1bcf87d..394aec6 HEAD -> main
`
What is the expected behavior?
do the push
What do you see instead?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗