macでdnvmのインストールに失敗する
解決したいこと
macでdnvmのインストールに失敗する
以下コマンドを実行した際に、エラーが発生してdnvmのインストールが完了できません。。
どなたか解決方法わかる方いらっしゃいましたら、ご教授をお願いします。
brew install dnvm
発生している問題・エラー
==> Cloning https://github.com/aspnet/Home.git
Cloning into '/Users/kousuke/Library/Caches/Homebrew/dnvm--git'...
fatal: Remote branch dev not found in upstream origin
Error: Failed to download resource "dnvm"
Failure while executing; `git clone --branch dev -c advice.detachedHead=false https://github.com/aspnet/Home.git /Users/kousuke/Library/Caches/Homebrew/dnvm--git` exited with 128. Here's the output:
Cloning into '/Users/kousuke/Library/Caches/Homebrew/dnvm--git'...
fatal: Remote branch dev not found in upstream origin```
0