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 | 29 | 30 |
31 |
Tags
- non-www
- https
- php
- html
- Linux
- git pull
- DOM Parser
- front page
- Fail2ban
- root
- wordpress
- Liniux
- new user
- SSL
- Xdebug
- centos
- Apache
- child theme
- Certbot
- Google Cloud
- vscode
- CentOS7
- crontab
- 구글 클라우드
- launch.json
- Mac
- home page
- mysql
- LetsEncrypt
- MariaDB
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
반응형