Last active
January 8, 2020 07:31
-
-
Save oguzhangedik/afab2985ebf020342a7c0f008948fade to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
installation icin: şu şekilde | |
Ref: https://medium.com/@ardasnturk/react-native-kurulumu-mac-6a7c95896278 | |
OGUZHAN-MBP:ios oguzhangedik$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
komutunu çalıştırıyoruz ve eğer komut sorunsuz çalışırsa brew başarıyla yüklenmiş oluyor. | |
install ederken Homebrew i su dizinlere ekleme yapti: | |
==> This script will install: | |
/usr/local/bin/brew | |
/usr/local/share/doc/homebrew | |
/usr/local/share/man/man1/brew.1 | |
/usr/local/share/zsh/site-functions/_brew | |
/usr/local/etc/bash_completion.d/brew | |
/usr/local/Homebrew | |
Yüklerken karşılaştığımız bazı hatalar: | |
Herhangi bir hata ile karşılaşıldığında, pc de eski ve broken bir versiyonunun mevcut olma ihtinaline karşın : | |
Mesela | |
Failed during: git init -q hatası için: | |
Ref: https://github.com/Homebrew/homebrew-core/issues/5084#issuecomment-319603838 | |
$ sudo rm -rf /usr/local/Homebrew/ | |
komutuyla pc den temizlendiğine emin oluyoruz. | |
Permission denied ile ilgili hata alıyorsak : | |
Ref : https://stackoverflow.com/a/46844441/3341089 | |
de mevvut olan | |
$ sudo chown -R $(whoami) $(brew --prefix)/* | |
komutunu çalıştırıyoruz ve yüklerken artık permission a takılmıyoruz. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment