-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Errno: EPIPE when trying to push #39
Comments
It looks like the reason for this is that the package that's being built is including the Is there something which might be causing blacksmith to include the vendor path even though it's in my |
For those that come across this, it's kinda silly. Your gitignore must have a slash after the dir name. So |
@jaxxstorm does git ignore the folder and blacksmith not? |
@rski see last comment, was a silly typo |
Yes, I see, but i think this is still an issue. Blacksmith should ignore the same things that git does. |
The broken pipe error was because of the size of the resulting module, which I didn't immediately notice. It should probably catch the error from the API better about the size of the uploaded module? I'll reopen and let someone else triage |
When trying to do an initial push of a module, I'm getting
Errno::EPIPE: Broken pipe
Running ruby 2.3.1 on OS X if that helps
The text was updated successfully, but these errors were encountered: