Git stash freezes (console becomes unresponsive) -


git freezing on kind of git stash command.

enter image description here

press [enter] nothing happens...ever.

but other git commands seem work fine. can pull, commit, etc.

enter image description here

i tried command line multiple times. tried on multiple repository locations (some of clean checkouts.) restarted computer multiple times. uninstalled git, , reinstalled git same result: stash freezes until kill tm.

as final added complication, i'm running sourcetree (1.8). i've got sourcetree running embedded git version: enter image description here

guess what? if stash using sourcetree...it works fine.

  • windows 10, 64bit
  • git 2.8.4

as alternate (hack), in light of other answer, i've decided piggyback on sourcetree's local "embedded" version of git work.

  • i uninstalled 2.8.4 version.
  • i manually added sourcetree git path windows environment path. me c:\users\{username}\appdata\local\atlassian\sourcetree\git_local\cmd

works champ! temp fix until can sort out cylance issue.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -