You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following error when I attempt to brew install caskformula/caskformula/inkscape as per the instructions here:
$ brew install caskformula/caskformula/inkscape
Error:
homebrew-cask is a shallow clone.
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
This command may take a few minutes to run due to the large size of the repository.
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
==> Tapping caskformula/caskformula
Cloning into '/usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula'...
remote: Enumerating objects: 78, done.
remote: Total 78 (delta 0), reused 0 (delta 0), pack-reused 78
Unpacking objects: 100% (78/78), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb
inkscape: private method `include?' called for #<BuildOptions:0x00007f87581b6610>
Error: Cannot tap caskformula/caskformula: invalid syntax in tap!
but when I brew install inkscape, It appears successful:
$ brew install inkscape
Error:
homebrew-cask is a shallow clone.
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow
This command may take a few minutes to run due to the large size of the repository.
This restriction has been made on GitHub's request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
automatically to avoid repeatedly performing an expensive unshallow operation in
CI systems (which should instead be fixed to not use shallow clones). Sorry for
the inconvenience!
==> Downloading https://media.inkscape.org/dl/resources/file/Inkscape-1.0.2.dmg
######################################################################## 100.0%
==> Installing Cask inkscape
==> Moving App 'Inkscape.app' to '/Applications/Inkscape.app'
==> Linking Binary 'inkscape.wrapper.sh' to '/usr/local/bin/inkscape'
🍺 inkscape was successfully installed!
I'm currently running MacOS Mojave 10.14.6 (18G3020)
The text was updated successfully, but these errors were encountered:
Same issue today, on macOS Catalina 10.15.6, the command brew install caskformula/caskformula/inkscape as hinted at on the inkscape release page does not work.
What fixed it for me was
brew tap homebrew/cask
brew install --cask inkscape
I see the following error when I attempt to
brew install caskformula/caskformula/inkscape
as per the instructions here:but when I
brew install inkscape
, It appears successful:I'm currently running MacOS Mojave 10.14.6 (18G3020)
The text was updated successfully, but these errors were encountered: