Closed athompson-r7 closed 7 years ago
Hi, thanks for opening this. This won't be easy to debug since it's being thrown from a package that this package depends on (shelljs) so I'll need to ask a favor from you. can you do the following please:
gitWip = atom.packages.getActivePackage('git-wip').mainModule
gitWip.getDebugLog()
This will print out some debug info internal to this package. copy/paste that for me here.
Thanks
Doing some more investigating, it looks like the error message is coming from git-wip (the shell script used in this package) on this line here: https://github.com/bartman/git-wip/blob/master/git-wip#L199
My intuition is that maybe the state of your git working tree is not in a state where git-wip can do its thing. Maybe you are in the middle of a merge or something. If this is the case then it will probably fail only on the specific project where this error happened. Let me know if this is the case.
closing due to inactivity
Atom Version: 1.11.2 Electron Version: 0.37.8 System: Mac OS X 10.11.6 Thrown From: git-wip package, v0.3.0
Stack Trace
Uncaught Error: fatal: /Users/athompson/code/daemon_runner-add-retry/lib/daemon_runner/retry_errors.rb: '/Users/athompson/code/daemon_runner-add-retry/lib/daemon_runner/retry_errors.rb' is outside repository Cannot save the current worktree state.
Commands
Config
Installed Packages