Last active
May 3, 2016 06:51
-
-
Save harsha-y/4fba8fd022307ddf14467c43b4f55585 to your computer and use it in GitHub Desktop.
Troubleshoot Keybase Upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew update ; brew upgrade | |
... | |
$ keybase version | |
Client: 1.0.15 | |
Service: 1.0.14-1 | |
$ pgrep keybase | |
369 | |
$ kill 369 | |
Harsha-MBP:~ keybase version | |
Client: 1.0.15 | |
$ keybase list-tracking | |
▶ INFO Saving /Users/user/Library/LaunchAgents/homebrew.mxcl.keybase.plist | |
▶ INFO Starting homebrew.mxcl.keybase | |
... | |
$ keybase version | |
Client: 1.0.15 | |
Service: 1.0.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment