Git stash freezes (console becomes unresponsive) -
git freezing on kind of git stash
command.
press [enter] nothing happens...ever.
but other git commands seem work fine. can pull, commit, etc.
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:
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
Post a Comment