私のgitのインストールは壊れているようで、どういうわけか私の開発ツールが壊れているようです。
gitを実行しようとすると、このエラーが発生します。これは/ usr / bin / gitと/ opt / local / bin / git(MacPortsから)の両方で起こります:
cook47@rcmac (RC_bash_lib (master)): /usr/bin/git pull
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Xcodeを実行し、ライセンスに同意しました。私は実行しようxcode-select --install
としましたが、別のエラーが発生しました:
cook47-a@rcmac (current_projects): sudo xcode-select --install
Password:
xcode-select: error: no developer tools were found, and no install could be requested (perhaps no UI is present), please install manually from 'developer.apple.com'.
リモートリポジトリは問題ではありません。
このエラーをグーグルで調べた後、AppleからOS X 10.9.5およびXCode 6.2用のcommandlinetoolsインストーラーをダウンロードしました。正常にインストールされました。ただし、gitはまだ壊れておりxcode-select --install
、同じエラーが発生します。
私も試してみxcodebuild -license
ましたが、同意するよう促されますが、同意した後は変更はありません。まだ壊れています。
これには完全に困惑しています。これは昨日働いていました!私は政府環境で働いており、そこでは更新によって何かが変更される可能性があるため、何が変更されたのかを正確に確認することはできません。
gitを再び動作させる方法を知っている人はいますか?Xcodeとコマンドラインツールを削除して再インストールしようとしましたが、役に立ちませんでした。MacPortsのgitと/ usr / bin / gitの両方で同じエラーメッセージが表示されます。
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Xcodeの再インストール後に実行しましたか?また、Xcode自体は機能しますか(およびプロジェクトをビルドしますか)?gitはXcode内で動作しますか?