macbook pro 2020(intel)에 graphviz를 넣으려고 하면 에러 토했기 때문에 해결해 보았다

1876 단어 MacGraphvizplantuml

경위



vscode에서 plantUML을 사용하려고 생각하고, 확장 기능을 넣어 놀고 있었을 때, 클래스 다이어그램에서 클래스를 2개 이상 만들면 에러를 토했기 때문에 해결책으로서 graphviz를 넣기로 했습니다.
% brew install graphviz

실행. 그러면 오류가;;
Updating Homebrew...
fatal: Could not resolve HEAD to a revision
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> New Casks
brooklite                                simtoolkitpro
==> Updated Casks
Updated 19 casks.

==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "graphviz".
It was migrated from homebrew/cask to homebrew/core.

==> 비슷한 이름의 표현식을 검색하면 ...
오류가 발생했습니다. 비슷한 이름의 표현식을 찾을 수 없습니다.
오류입니다. graphviz "라는 이름의 사용 가능한 수식이나 cassk가 없습니다.
homebrew/cask에서 homebrew/core로 마이그레이션되었습니다.

라는 것
이 후 여러가지 해결해 냈다.

해결 절차



우선 다음을 실행해 보았습니다.
% brew doctor

그러면
Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
  git -C $(brew --repo homebrew/core) checkout master

그래서 어려웠습니까?
조속히 위의
 % git -C $(brew --repo homebrew/core) checkout master

실행
그러면
Updating files: 100% (5827/5827), done.
Branch 'master' set up to track remote branch 'master' from 'origin'.
Already on 'master'

뭔가 할 수 있었던 것 같습니다.
이것으로 다시
% brew install graphviz

실행하면 안전하게 설치할 수있었습니다!

PlantUML도 무사히 놀랐습니다!

좋은 웹페이지 즐겨찾기