Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can‘t stash in SourceTree

I have a problem, when I try to stash my changes on a source tree or when using the git terminal (from source tree) I get this error

"fatal: cannot handle stash as a builtin"
like image 334
chai Avatar asked Oct 27 '25 11:10

chai


1 Answers

To solve it I changed Options->Git->Git Version from 'Embedded' to 'System' and it worked when I moved back to 'Embedded'

enter image description here

like image 72
chai Avatar answered Oct 29 '25 01:10

chai