We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew file update
brew file updateを実行すると、git pullの後にsudo rm -rf /Applications/Xcode.appが実行されてXcodeがアンインストールされてしまうのですが、これは意図した動作でしょうか?
git pull
sudo rm -rf /Applications/Xcode.app
また、この処理をスキップする方法があれば教えていただけないでしょうか?
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered:
brew file catなどとしてBrewfileの中身を表示させた場合、 Xcodeは入っていますでしょうか?
brew file cat
もし入っていない場合、
$ brew file init $ brew file push
をまず試してみてください。
その後、
$ brew file update
をすればXcodeが消される事は無いと思います。
Sorry, something went wrong.
迅速な回答ありがとうございます。 ご指摘の通り、BrewfileにXcodeが入ってなかったことが原因でした。 ご教示頂いた方法で無事解決いたしましたm(_ _)m
No branches or pull requests
brew file update
を実行すると、git pull
の後にsudo rm -rf /Applications/Xcode.app
が実行されてXcodeがアンインストールされてしまうのですが、これは意図した動作でしょうか?また、この処理をスキップする方法があれば教えていただけないでしょうか?
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered: