Homebrew installation hanging on "Receiving objects" -


i'm attempting install homebrew through advised command line...

ruby -e "$(curl -fssl https://raw.github.com/mxcl/homebrew/go)" 

when installation gets "receiving objects" installation hangs...

==> downloading , installing homebrew... remote: counting objects: 126495, done. remote: compressing objects: 100% (58957/58957), done. receiving objects:  33% (41744/126495), 8.74 mib | 598.00 kib/s 

the above second attempt @ installing homebrew. first attempt got 56% before hanging.

after aborting installation i'm getting this...

^cfailed during: git fetch origin master:refs/remotes/origin/master -n 

any ideas what's going on here?

i had script hang twice. waited overnight, suggested tatn, did not work in case. however, when restarted computer script ran successful completion.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -