Skip to content

fatal: could not read Username for 'https://github.com': No such device or address #146

Closed
@coderaiser

Description

Thank you for such a useful action :). It worked well, but today I trapped on an issue.

Describe the bug
Job is failed, action cannot push to repository.

Workflow used

Internal logs
  > Staging files...
  > Adding files...
  > No files to remove.
  > Checking for uncommitted changes in the git working tree...
  > Found 1 changed files.
  { raw: '', remote: null, branches: [], tags: [] }
  > Switching/creating branch...
  M	package.json
  Branch 'master' set up to track remote branch 'master' from 'origin'.
  
  > Pulling from remote...
  { raw: '', remote: null, branches: [], tags: [] }
  PullSummary {
    remoteMessages: RemoteMessageSummary { all: [] },
    created: [],
    deleted: [],
    files: [],
    deletions: {},
    insertions: {},
    summary: { changes: 0, deletions: 0, insertions: 0 }
  }
  > Re-staging files...
  > Creating commit...
  {
    author: null,
    branch: 'master',
    commit: 'd05199db',
    summary: { changes: 1, insertions: 1, deletions: 2 }
  }
  > No tag info provided.
  > Pushing commit to repo...
  Error: Error: Pushing to https://github.com/coderaiser/putout
  fatal: could not read Username for 'https://github.com': No such device or address
  
Outputs
  committed: true
  pushed: false
  tagged: false
Error: Error: Pushing to https://github.com/coderaiser/putout
fatal: could not read Username for 'https://github.com': No such device or address

Here is current config.

Expected behavior
I expect that fixes will be pushed to repo.

Metadata

Assignees

No one assigned

    Labels

    type: not a bugReports that happen not be our fault

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions