-
-
Notifications
You must be signed in to change notification settings - Fork 848
v1.14.0 Fails with missing /tmp/ path on Windows #458
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
Comments
Guys, me too, the stacktrace is
|
Ah, looks like the discussion in #459 never got migrated over here. The short story is this is fixed by the changes in #459, however the certificate store bundled with Ruby on Windows is too out of date to authenticate the SSL from GitHub, so it fails anyway. @olleolleolle was looking into a solution to this per #459 (comment). |
Getting same thing as @vatbub. Are there any existing solutions for this now? |
A workaround to try could be: The options |
I just gem installed this on a windows machine and hit the same error. I couldn't find out how to set --cache_log and --cache-file to nil via command line parameters. I was able to make it work by simply creating a c:\tmp folder though. |
Git bash user on Windows. I solved it by adding |
@ceddlyburge Thank you! |
This should be included on the readme for windows |
@LexiconCode Just now, I added a link to this Issue, and the shortest-possible Workaround note in the FAQ. Would you've found it? |
It seems that v1.14.0 introduced a bug where it attempts to create
/tmp/github_changelog-logger.log
... which isn't a valid path on Windows and thus fails.The stack trace:
It's possible this is related to 41271b1, but I'm just guessing here.
Side note: An AppVeyor config was added back in #350, but it doesn't seem to currently be being built?
If there is any further information needed, or any debug steps you want me to take don't hesitate to ask!
The text was updated successfully, but these errors were encountered: