JAVA和Nginx 教程大全

网站首页 > 精选教程 正文

Mac m4 下载jdk,idea, git mac下载jdk教程

wys521 2024-12-30 07:34:58 精选教程 20 ℃ 0 评论

jdk下载: https://www.oracle.com/java/technologies/downloads/archive/

idea下载: https://www.jetbrains.com/zh-cn/idea/download/other.html

maven下载: https://maven.apache.org/download.cgi


git安装

Mac M4解决:xcode-select: error: command line tools are already installed, use “Software Update” to install updates的问题

网友给的解决方案是

# xcode-select --install

但是命令行输入后报错:

# xcode-select: error: command line tools are already installed, use "Software Update" to install updates

那就删除

sudo rm -rf /Library/Developer/CommandLineTools

然后重新安装就可以了

xcode-select --install

xcode-select: note: install requested for command line developer tools

安装后,git就已经安装好了

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表