-
Notifications
You must be signed in to change notification settings - Fork 38
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
git error unknown option silent with git 2.14 #52
Comments
Can confirm I've also hit this issue after an upgrade to 2.14.1 on OSX using Homebrew. |
I'm running librarian-puppet |
This problem have been fixed by voxpupuli/librarian#4, but there's not available yet via Rubygems because new librarianp not released. gem "librarian-puppet"
gem "librarianp", git: "https://github.com/voxpupuli/librarian.git", branch: "librarianp"
# or
# gem "librarianp", git: "https://github.com/voxpupuli/librarian.git", ref: "4d78d88be2d7673a136e78760085fbf9664ff27d" |
Thanks @hfm! I've been out of the loop with |
Following an upgrade to git 2.14.1 I was getting the following error: ``` [Librarian] Git: /usr/bin/git error: unknown option `silent' usage: git version [<options>] --build-options also print build options ``` Digging into this I found voxpupuli/librarian-puppet#52 which shows a fix by including the latest `librarianp` gem. This fixes the issue for me however more digging into the architecture of `librarian-puppet` will be required to understand this issue better.
Following an upgrade to git 2.14.1 I was getting the following error: ``` [Librarian] Git: /usr/bin/git error: unknown option `silent' usage: git version [<options>] --build-options also print build options ``` Digging into this I found voxpupuli/librarian-puppet#52 which shows a fix by including the latest `librarianp` gem. This fixes the issue for me however more digging into the architecture of `librarian-puppet` will be required to understand this issue better.
Given this should be fixed in librarianp I'm closing this. We're working on a new release so it shouldn't be long now. |
Following an upgrade to git 2.14.1 I was getting the following error: ``` [Librarian] Git: /usr/bin/git error: unknown option `silent' usage: git version [<options>] --build-options also print build options ``` Digging into this I found voxpupuli/librarian-puppet#52 which shows a fix by including the latest `librarianp` gem. This fixes the issue for me however more digging into the architecture of `librarian-puppet` will be required to understand this issue better.
With a
Puppetfile
ofRun
librarian-puppet install --verbose
and notice this error:This is with
git
=2.14.1-1
on Arch.Downgrading to
2.13.x
fixes the issue.Guessing this is a problem with
librarian
?The text was updated successfully, but these errors were encountered: