You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any examples ? I use this in github action but I got this error:
2023-06-12T06:18:20.965Z gh-pages-multi Run command: git push --force -u origin gh-pages
Error: Command failed: git push --force -u origin gh-pages
fatal: could not read Username for 'https://github.com/': No such device or address
at ChildProcess.exithandler (node:child_process:419:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5) {
code: 128,
killed: false,
signal: null,
cmd: 'git push --force -u origin gh-pages',
stdout: '',
stderr: "fatal: could not read Username for 'https://github.com/': No such device or address\n"
Thanks.
The text was updated successfully, but these errors were encountered:
Is there any examples ? I use this in github action but I got this error:
Thanks.
The text was updated successfully, but these errors were encountered: