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

[bug] Additional edge case for 'could not read Username' (#146) #216

Closed
dmadisetti opened this issue Jun 15, 2021 · 1 comment
Closed

[bug] Additional edge case for 'could not read Username' (#146) #216

dmadisetti opened this issue Jun 15, 2021 · 1 comment
Labels
type: not a bug Reports that happen not be our fault

Comments

@dmadisetti
Copy link

Describe the bug
Same issue as #146

Workflow used

      - name: checkout
        uses: actions/checkout@v2
        with:
          persist-credentials: false

Expected behavior
An understandable error as to why this occurred. Removing persist-credentials: false works, I just thought you'd like to know.

Logs

Logs
Internal logs
  > Staging files...
  > Adding files...
  > No files to remove.
  > Checking for uncommitted changes in the git working tree...
  > Found 1 changed files.
  Error: Error: fatal: could not read Username for 'https://github.com': No such device or address

Outputs
committed: false
pushed: false
tagged: false
Error: Error: fatal: could not read Username for 'https://github.com': No such device or address

@dmadisetti dmadisetti added the status: pending More info is needed before deciding what to do label Jun 15, 2021
@EndBug
Copy link
Owner

EndBug commented Jun 18, 2021

I don't plan on adding this to the warning though: I expect that if someone doesn't want those credentials to persist is in some way setting them up themself.

Thank you for the report though 😄

@EndBug EndBug closed this as completed Jun 18, 2021
@EndBug EndBug added type: not a bug Reports that happen not be our fault and removed status: pending More info is needed before deciding what to do labels Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: not a bug Reports that happen not be our fault
Projects
None yet
Development

No branches or pull requests

2 participants