Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

After Mac updates Catalina, git prompts xcrun error what to do

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Mac update Catalina after git tips xcrun error how to do", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in-depth, together to study and learn "Mac update Catalina after git tips xcrun error how to do" it!

"annot Run Git

Xcrun: error: invalid active developer path (/ Library/Developer/CommandLineTools)

Missing xcrun at: / Library/Developer/CommandLineTools/usr/bin/xcrun

This is because xcode will be uninstalled after updating the system, and the command line tool (command line tools) of xcode will be missing after reinstallation, so some tools cannot be run on the terminal.

The first method:

Run the following command:

Xcode-select-install

And download the xcode command line tool.

The second method:

Cd / Library/Developer/CommandLineTools/usr/bin/

Ll | grep "xcrun"

If the result is empty, it cannot be found.

Execute:

Sudo ln-s / usr/bin/xcrun

The third method is to download the installation files on the Git official website.

Or reinstall git

Thank you for your reading, the above is the "Mac update Catalina after git prompt xcrun error how to do" the content, after the study of this article, I believe you on Mac update Catalina after git prompt xcrun error how to do this problem has a deeper understanding, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report