Description
I followed the doc to setup github workflows (https://opencode.ai/docs/github/)
and also tested with the token as mentioned here fixed in #9120
but I get
Pushing to new branch...
Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm0kj6c.2vk1hzk5occetmhudv1e2gzmqb.cx.internal.cloudapp.net>) not allowed
Failed with exit code 128
Creating comment...
Removing reaction...
Error: Author identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm0kj6c.2vk1hzk5occetmhudv1e2gzmqb.cx.internal.cloudapp.net>) not allowed
Error: Process completed with exit code 1.
and if I set the email and name manually I get
Pushing to new branch...
fatal: could not read Username for 'https://github.com/': No such device or address
Failed with exit code 128
Creating comment...
Removing reaction...
Error: fatal: could not read Username for 'https://github.com/': No such device or address
Error: Process completed with exit code 1.
Plugins
None
OpenCode version
1.2.21
Steps to reproduce
- setup a repo
- follow the instruction here https://opencode.ai/docs/github/
opencode github install
- set secret for provider selected
- create an issue
- comment on it with
/oc implement this
I created a repo to test it too :https://github.com/wighawag/opencode-github-integration
see issue : wighawag/opencode-github-integration#1
and the actions errors : https://github.com/wighawag/opencode-github-integration/actions
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Description
I followed the doc to setup github workflows (https://opencode.ai/docs/github/)
and also tested with the token as mentioned here fixed in #9120
but I get
and if I set the email and name manually I get
Plugins
None
OpenCode version
1.2.21
Steps to reproduce
opencode github install/oc implement thisI created a repo to test it too :https://github.com/wighawag/opencode-github-integration
see issue : wighawag/opencode-github-integration#1
and the actions errors : https://github.com/wighawag/opencode-github-integration/actions
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response