I can not figure out how to add files or directory in Windows command line. #77
Comments
|
Looks like a bug with the repo lock -- cc @whyrusleeping
|
|
looks like it, yeah. @Shikibashi do you have a repro? |
|
also, can i get the output of |
|
I do not think i have a repo. How would i check that? I restarted my computer and now ipfs add works. I do not know how that works, but it did. |
|
@Shikibashi try |
|
The same problem. Starting |
|
Administrator privileges are required. Is there a way to avoid this? User@BIGPC MINGW64 /c
$ ipfs cat /ipfs/QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/readme
Error: can't Lock file "C:\\Users\\User\\.ipfs/repo.lock": has non-zero sizeUser@BIGPC MINGW64 /c
$ ipfs daemon
Initializing daemon...
Error: can't Lock file "C:\\Users\\User\\.ipfs/repo.lock": has non-zero sizeNever mind. My bash is broken #irc |
Shikibashi commentedNov 25, 2015
ipfs add -r ./$dir F:\Documents\DOCUMENTs will not work, neither will ipfs add -r F:\Documents\DOCUMENTs which brings up Error: can't Lock file "C:\Users\tshef.ipfs/repo.lock": has non-zero size.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: