Homebrew のUpdateでgit pullエラー
Jan 27, 2014AD:
MacのHomebrew自体のバージョンを上げようと思いupdateするとエラーでできませんでした。
1 2 |
$ sudo brew update Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master |
解決方法
brewさん自体がすでに更新されている状態なので、updateするとpullしようとするとぶつかってしまうのが問題のようです。
なので、git fetchで最新を落として、resetでインデックス、ワーキングツリーをすべて変更しています。
1 2 3 |
$ cd /usr/local $ git fetch origin $ git reset --hard origin/master |
AD:
No Comments, Comment or Ping
Reply to “Homebrew のUpdateでgit pullエラー”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.