Open blakehawkins opened 9 years ago
Sublime crashes with an error that libconv-2.dll is missing.
libconv-2.dll
Worth noting that I use cygwin for git. However, my windows environment also supports git through msysgit.
Also worth noting that all git commands used in https://github.com/ExplodingCabbage/sublime-gitignorer/blob/master/gitignore_plugin.py are working, when manually executed, without issue -
git rev-parse --is-inside-work-tree git rev-parse --show-toplevel git clean -ndX
and indeed as well git ls-files --others -i --exclude-standard.
git ls-files --others -i --exclude-standard
Sublime crashes with an error that
libconv-2.dll
is missing.Worth noting that I use cygwin for git. However, my windows environment also supports git through msysgit.
Also worth noting that all git commands used in https://github.com/ExplodingCabbage/sublime-gitignorer/blob/master/gitignore_plugin.py are working, when manually executed, without issue -
and indeed as well
git ls-files --others -i --exclude-standard
.