Skip to content
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

Address Error: caskroom/cask was moved. Tap homebrew/cask-cask instead #38015

Merged
merged 1 commit into from Dec 18, 2019

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Dec 18, 2019

Summary

This error message suggests using tap homebrew/cask-cask. Actually, it does not work, refer "FYI - tap homebrew/cask-cask cause this error:" below.

  • Without this change:
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.
Tapping caskroom/cask has failed!
  • With this change:
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Tapping homebrew/cask
Installing ffmpeg
Installing memcached
Installing mysql
Installing postgresql
Installing redis
Installing yarn
Password:
Installing xquartz
Installing mupdf
Installing poppler
Installing imagemagick
Homebrew Bundle complete! 14 Brewfile dependencies now installed.
$
  • FYI - tap homebrew/cask-cask cause this error:
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Username for 'https://github.com': yahonda
Password for 'https://yahonda@github.com':
==> Tapping homebrew/cask-cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Homebrew/homebrew-cask-cask/'
Error: Failure while executing; git clone https://github.com/Homebrew/homebrew-cask-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask --depth=1 exited with 128.
Tapping homebrew/cask-cask has failed!

…ad. `

This error message suggests using `tap homebrew/cask-cask`,
actually it does not work, refer "FYI - `tap homebrew/cask-cask` cause this error:" below.

* Without this change:
```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.
Tapping caskroom/cask has failed!
```

* With this change:
```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Tapping homebrew/cask
Installing ffmpeg
Installing memcached
Installing mysql
Installing postgresql
Installing redis
Installing yarn
Password:
Installing xquartz
Installing mupdf
Installing poppler
Installing imagemagick
Homebrew Bundle complete! 14 Brewfile dependencies now installed.
$
```

* FYI - `tap homebrew/cask-cask` cause this error:

```
$ brew bundle
Using homebrew/core
Using homebrew/bundle
Using homebrew/services
Username for 'https://github.com': yahonda
Password for 'https://yahonda@github.com':
==> Tapping homebrew/cask-cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Homebrew/homebrew-cask-cask/'
Error: Failure while executing; git clone https://github.com/Homebrew/homebrew-cask-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask-cask --depth=1 exited with 128.
Tapping homebrew/cask-cask has failed!
```
@y-yagi y-yagi merged commit 36094d3 into rails:master Dec 18, 2019
@yahonda yahonda deleted the address_caskroom_cask_was_moved branch June 23, 2020 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants