Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this in github action ? #3

Open
abcfy2 opened this issue Jun 12, 2023 · 0 comments
Open

How to use this in github action ? #3

abcfy2 opened this issue Jun 12, 2023 · 0 comments

Comments

@abcfy2
Copy link

abcfy2 commented Jun 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant