You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin uses Sublime's build system under the hood, so if you're seeing
the same issue with the build system it's probably best to report it as an
issue in Sublime.
On Wed, Aug 31, 2016 at 8:44 AM laggingreflex [email protected]
wrote:
E[NULL]r[NULL]r[NULL]o[NULL]r: 0[NULL]x[NULL]8[NULL]0[NULL]0[NULL]7[NULL]0[NULL]0[NULL]5[NULL]7
[Finished in 0.2s with exit code 4294967295]
(It's very similar to the error I'm getting with GitSavvy also when
trying to use the same bash for its git timbrel/GitSavvy#493 The root cause is
definitely something common here but I can't pin point exactly what.)
Could this be related to sublime text's build system? This gives the same
error:
self.window.run_command("exec", {'cmd': 'bash'})
I know there's probably nothing wrong with bash.exe or its path because
this works:
import subprocess; subprocess.call('bash')
Any ideas what might be the issue? Has anyone been able to get
BashOnWindows to work with Shell-Turtlestein or any other similar sublime
plugin?
I want to use Microsoft/BashOnWindows but it's not working. I'm using this setting:
and it gives the error:
(It's very similar to the error I'm getting with GitSavvy also when trying to use the same bash for its git The root cause is definitely something common here but I can't pin point exactly what.)
Could this be related to sublime text's build system? This gives the same error:
I know there's probably nothing wrong with bash.exe or its path because this works:
Any ideas what might be the issue? Has anyone been able to get BashOnWindows to work with Shell-Turtlestein or any other similar sublime plugin?
The text was updated successfully, but these errors were encountered: