I've installed git-flow by brew install git-flow-avh .
And then did for file infind /usr/local/bin -type f -iname git[-f]* -exec basename {} \;; do sudo ln -s /usr/local/bin/$file /usr/bin/$file; done .
How can I solve this?
Atom: 1.21.2 x64
Electron: 1.6.15
OS: Mac OS X 10.13.2
Thrown From: git-control package 0.9.0
Stack Trace
Uncaught TypeError: this.setworkspacetitle is not a function
At /Users/thirstytraveler/.atom/packages/git-control/lib/git-control-view.coffee:76
TypeError: this.setworkspacetitle is not a function
at GitControlView.module.exports.GitControlView.initialize (/packages/git-control/lib/git-control-view.coffee:76:5)
at /packages/merge-conflicts/node_modules/space-pen/lib/space-pen.js:184:25)
at /packages/git-control/lib/git-control-view.coffee:36:7)
at Object.toggleView (/packages/git-control/lib/git-control.coffee:31:18)
at /packages/git-control/lib/git-control.coffee:18:57)
at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:381:36)
at CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:266:23)
at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/Applications/Atom.app/Contents/Resources/app/src/atom-environment.js:1348:34)
at EventEmitter.outerCallback (/Applications/Atom.app/Contents/Resources/app/src/application-delegate.js:335:31)
at emitThree (events.js:116:13)
at EventEmitter.emit (events.js:194:7)
[Enter steps to reproduce:]
I've installed git-flow by
brew install git-flow-avh
. And then didfor file in
find /usr/local/bin -type f -iname git[-f]* -exec basename {} \;; do sudo ln -s /usr/local/bin/$file /usr/bin/$file; done
.How can I solve this?
Atom: 1.21.2 x64 Electron: 1.6.15 OS: Mac OS X 10.13.2 Thrown From: git-control package 0.9.0
Stack Trace
Uncaught TypeError: this.setworkspacetitle is not a function
Commands
Non-Core Packages