Git: Error: Unable to read SDK settings for MacOSX.sdk

后端 未结 2 1408
[愿得一人]
[愿得一人] 2020-12-29 17:33

Error while adding in git after updating to new OS Mojave

Error

git: error: unable to read SDK settings for \'/Library/Developer/CommandLine

2条回答
  •  天涯浪人
    2020-12-29 18:39

    CommandLineTools is outdated. The below should fix it.

    xcode-select --install
    

提交回复
热议问题