0
エラー:アプリケーションのソースがないようです: '/usr/local/Caskroom/multibit/0.5.19/MultiBit.app'
私は最初にCaskroomを新しい場所に移動しました mv /opt/homebrew-cask/Caskroom /usr/local for f in ~/Applications/*.app; do oldloc="$(readlink "$f")"; [[ -e $oldloc ]] || ln -sf "/usr/local${oldloc#/opt/homebrew-cask}" "$f"; done それからMultiBit.appをインストールしようとしました > brew cask install --verbose multibit ==> Downloading https://multibit.org/releases/multibit-classic/multibit-classic-0.5.19/multibit-classic-macos-0.5.19.dmg Already downloaded: /Users/john/Library/Caches/Homebrew/multibit-0.5.19.dmg ==> Verifying checksum for Cask multibit Error: It seems the App source is not there: '/usr/local/Caskroom/multibit/0.5.19/MultiBit.app' …