Closed elmimmo closed 10 years ago
Fixed
Well, there we go again
==> Upgrading 1 outdated package, with result:
multimarkdown 4.5
==> Upgrading multimarkdown
==> Cloning https://github.com/fletcher/MultiMarkdown-4.git
Updating /Library/Caches/Homebrew/multimarkdown--git
fatal: reference is not a tree: 7d1e6b19532c1caec689d2068b95f96df71d590d
Unable to checkout '7d1e6b19532c1caec689d2068b95f96df71d590d' in submodule path 'documentation'
Error: Failed to download resource "multimarkdown"
Failure while executing: git submodule update --init
4.5 is an old version.
Homebrew works for me, as does direct download from github.
4.5 is the latest version that Homebrew tries to install (see http://braumeister.org/formula/multimarkdown). What version does it install for you and how do you accomplish it?
Well, go figure. Homebrew installs 4.5 fine after running:
rm -rf $(brew --cache multimarkdown)
and then attempting again:
brew install multimarkdown
Hi,
After cloning MultiMarkdown-4, trying to
git submodule update --init
causes:The error prevents downloading and installing with Homebrew as of today.