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.
Is there any examples ? I use this in github action but I got this error:
Thanks.