pod installできなくて困っていた件を解決した
気づいたら、こんなことになっていて、、、
> Installing MBProgressHUD (0.7) > GitHub download $ /usr/local/bin/git config core.bare true $ /usr/local/bin/git config core.bare true > Updating cache git repo (/Users/togu/Library/Caches/CocoaPods/GitHub/ef81a51251a828eea52cbd59e57827b0007c9dba) $ /usr/local/bin/git remote update error: cannot open FETCH_HEAD: Permission denied [!] Pod::Executable remote update error: cannot open FETCH_HEAD: Permission denied
言われた通りの場所が、rootになってた
なんでだろー?と思いつつ自分の権限にかえて、pod installで決まり
# ls -l /Users/togu/Library/Caches/CocoaPods/GitHub/ef81a51251a828eea52cbd59e57827b0007c9dba -rw-r--r-- 1 root staff 6028 8 19 18:54 FETCH_HEAD # sudo chown togu:staff