git hangs macOS Sierra terminal with no recovery -


running git version 2.10.2 (from homebrew) on macos sierra 10.12.1. when perform git pull hangs terminal. if force quit terminal , relaunch terminal not start. i've tried following (from other answers):

  1. change on using dsa keys rsa keys (due deprecation of rsa in latest openssh)
  2. updated latest homebrew , updated git
  3. tried different terminal (iterm)
  4. ensured xcode up-to-date , reinstalled commandline tools (xcode-select --install)

the fact hangs terminal , can't recover makes hard diagnose , seems mess number of other apps after this, requiring complete reboot. gratefully received!

this frustating thing faced in recent times, used force restart machine 3-4 times in hour. solved somehow

brew uninstall --force git 

install git 2.10.1 https://git-scm.com/download/mac

restart terminal window/tab .. check version of git should 2.10.1

it working without problem me.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -