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
Expected behavior
Screenshots
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)
Alright, lots of movement in this one, resolved thanks to @hipstersmoothie!
I opened a PR back to make Auto’s example match:
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.Last “working” release on
master:Next release “passes”, but clearly has a problem:
fatal: Not a valid commit name 39499457af1237ea3445da71ea6e3ada00489a57This is from the PR where I updated
autoand several other dependencies, https://github.com/ericclemmons/codelift/commit/f03c44769dd574bbf7c7c61b8083a237dc866997 in particular.Subsequent PRs have either that same
Not a valid commit nameeror, or thecould not read Passworderror:I’m going to reset back before upgrading
autoand try to get https://github.com/ericclemmons/codelift/pull/98 passing again, then upgradeautoin a separate PR.