auto: fatal: could not read Password for 'https://***@github.com': No such device or address

Describe the bug

Since upgrading from 9.4.1 to 9.17.1, merges seem to be publishing, but the GitHub release is failing with:

fatal: could not read Password for ‘https://***@github.com’: No such device or address – https://github.com/ericclemmons/codelift/commit/f03c44769dd574bbf7c7c61b8083a237dc866997#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

To Reproduce

https://github.com/ericclemmons/codelift/runs/492760247

Expected behavior

Screenshots

Screen Shot 2020-03-07 at 4 05 11 PM

Environment information:

Environment Information:

"auto" version: v9.17.1
"git"  version: v2.21.1 (Apple Git-122.3)
"node" version: v10.16.3

Project Information:

✔ Repository:      ericclemmons/codelift
✔ Author Name:     Eric Clemmons
✔ Author Email:    eric@smarterspam.com
✔ Current Version: v1.0.4
✔ Latest Release:  v1.0.0

✔ Labels configured on GitHub project

GitHub Token Information:

✔ Token:            [Token starting with 407a]
✔ Repo Permission:  admin
✔ User:             ericclemmons
✔ API:              https://api.github.com
✔ Enabled Scopes:   repo
✔ Rate Limit:       4964/5000

Additional context

Testing out changing package.json’s repository value to git@github.com:ericclemmons/codelift.git

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 18 (6 by maintainers)

Most upvoted comments

Alright, lots of movement in this one, resolved thanks to @hipstersmoothie!

https://github.com/ericclemmons/codelift/pull/97#issuecomment-596258170

I opened a PR back to make Auto’s example match:

https://github.com/intuit/auto/pull/1037

Yikes, I’m getting further away from a solution here.

I’ve been testing out GITHUB_TOKEN, reverting commits, the works in https://github.com/ericclemmons/codelift/pull/98.

  1. Last “working” release on master:

    https://github.com/ericclemmons/codelift/runs/491853289?check_suite_focus=true#step:6:279

  2. Next release “passes”, but clearly has a problem:

    fatal: Not a valid commit name 39499457af1237ea3445da71ea6e3ada00489a57

    https://github.com/ericclemmons/codelift/runs/492755127?check_suite_focus=true#step:6:90

    This is from the PR where I updated auto and several other dependencies, https://github.com/ericclemmons/codelift/commit/f03c44769dd574bbf7c7c61b8083a237dc866997 in particular.

  3. Subsequent PRs have either that same Not a valid commit name eror, or the could not read Password error:

    https://github.com/ericclemmons/codelift/actions?query=workflow%3ARelease+branch%3Amaster

I’m going to reset back before upgrading auto and try to get https://github.com/ericclemmons/codelift/pull/98 passing again, then upgrade auto in a separate PR.