Skip to content

Instantly share code, notes, and snippets.

@koumaza
Last active July 3, 2020 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/2b4581b1b310758951343bbe24b4632e to your computer and use it in GitHub Desktop.
Save koumaza/2b4581b1b310758951343bbe24b4632e to your computer and use it in GitHub Desktop.
Fix Keybase squeezing C:
  1. Quit keybase
  2. Remove directrory > C:\Users\[username]\AppData\Local\Keybase\kbfs_block_cache and C:\Users\[username]\AppData\Local\Keybase\kbfs_journal
  3. Open admin cmd
  4. Run this command
mkdir     [DRIVE]\TMP\
mkdir     [DRIVE]\TMP\kbfs_block_cache
mkdir     [DRIVE]\TMP\kbfs_journal
mklink /J C:\Users\[username]\AppData\Local\Keybase\kbfs_block_cache [DRIVE]\TMP\kbfs_block_cache
mklink /J C:\Users\[username]\AppData\Local\Keybase\kbfs_journal     [DRIVE]\TMP\kbfs_journal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment