kbfs icon indicating copy to clipboard operation
kbfs copied to clipboard

Keybase Filesystem (KBFS)

Results 54 kbfs issues
Sort by recently updated
recently updated
newest added

Running the following bash commands ``` cd /keybase/private/user mkdir -p a/b/c cd a mv b ../ cd ../b touch ../a/d.txt mv c ../a/ ``` should create the following files/dirs: ```...

Attached script do: ``` while true ; do sleep 15 keybase chat send ... ls /keybase/team/... echo '{"method": "read", ... | keybase chat api ... if 6 hours has gone...

acked

Hi, why was kbfs designed to rely on storage that you host yourself? To me as a user it is nontransparent how it works. I was only able to find...

I would like to be able to see and edit Git repositories directly from Android devices. There already exists Android Git clients, but AFAICT none of them supports your remote...

On Windows, CreateFile can call when file name contains *?|", but CreateFile not call when file name contains colon, why?

How to setup my own private server for internal usage inside an organization? Also I am trying to understand why I can not find anything about that in the keybase...

We've run into an issue with a KBFS team directory, where one of my co-workers isn't able to see the current contents of the directory, and I'm not able to...

acked

I've noticed several occasions over the past few weeks where my `/keybase` mount seems to "reset". I'll be working with a file in a kbfs directory, and when I try...

acked

While pushing my repository today I discovered the following issue: ``` $ git push Initializing Keybase... done. Syncing with Keybase... done. To keybase://private/telotortium/repo ! [remote rejected] master -> master (Directory...

acked

The keybase command line has the `--tor-mode` option that makes traffic go through http://fncuwbiisyh6ak3i.onion/. Is there a way to configure KBFS (via `config.json`?) to do the same? Thanks!