
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【GIT】"xcode-select: Failed to locate 'git', requesting installation of command line developer tools."の対処法 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【GIT】"xcode-select: Failed to locate 'git', requesting installation of command line developer tools."の対処法 - Qiita
【GIT】"xcode-select: Failed to locate 'git', requesting installation of command line developer t... 【GIT】"xcode-select: Failed to locate 'git', requesting installation of command line developer tools."の対処法GitVSCode はじめに 久しぶりにMacを使って個人開発をしようとしたところ、gitコマンドを叩くとタイトルにあるようなエラーが発生したので、その原因と対処法を備忘録も兼ねて簡単にまとめておきます。 原因 このエラーが出たときに、原因として考えたことは以下の2つです xcode command line toolsがインストールできていない xcode command line toolsはインストールできているが、パスが間違っている 対処法 まず1の「xcode command line toolsがインストールできていない」は既にインストールしてあるので、今回は該当しません