-
-
Notifications
You must be signed in to change notification settings - Fork 849
Version in master branch hangs on MacOS #629
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
@lindydonna did you tried to run it from a docker container? then you are free of strange dependencies or incompatibilities... |
@lindydonna is this issue still actual? |
@skywinder I didn't try out the docker container, and I'm actually no longer using this tool, unfortunately. I had some very particular requirements, since I had to generate a changelog for multiple repos but integrate them together, so I had to write my own tool :(. I'll close this. |
I also have this issue on macOS. I am not very familiar with Docker so I have been unable to test it there, but I could try it with some guidance. |
Also, this issue occurs with |
I did the following:
gem build github_changelog_generator && gem install *.gem
github_changelog_generator
as usualThe
--help
command works, but actual usage just hangs at theUsing these options:
step. See full output below.I'm very new to Ruby (learning it on the fly so I could use the change in #616), so it's entirely possible I am using an incompatible version of Ruby or one of the dependencies.
The text was updated successfully, but these errors were encountered: