250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- front page
- SSL
- https
- Mac
- vscode
- Apache
- Linux
- Xdebug
- home page
- new user
- php
- Fail2ban
- Liniux
- 구글 클라우드
- git pull
- non-www
- launch.json
- root
- centos
- MariaDB
- html
- LetsEncrypt
- wordpress
- Certbot
- DOM Parser
- crontab
- Google Cloud
- mysql
- CentOS7
- child theme
Archives
- Today
- Total
between 0 and 1
[ISSUE] Homebrew: Your CLT does not support macOS 11.0 본문
Software Development Engineering/Issues
[ISSUE] Homebrew: Your CLT does not support macOS 11.0
devxpert.yoon 2021. 1. 3. 18:59728x90
반응형
Error Message
Error: Your CLT does not support macOS 11. It is either outdated or was modified. Please update your CLT or delete it if no updates are available. Update them from Software Update in System Preferences or run: softwareupdate --all --install --force
If that doesn't show you an update run: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install
Alternatively, manually download them from: https://developer.apple.com/download/more/.
Error: An exception occurred within a child process: SystemExit: exit |
Just try
1> softwareupdate --all --install --force
2> sudo rm -rf /Library/Developer/CommandLineTools
3> sudo xcode-select --install
that's all.
728x90
반응형