karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

joe-data error: cannot find the file #92

Open rcdailey opened 7 years ago

rcdailey commented 7 years ago

I'm using joe on Git for Windows 2.13 and I get the following error:

$ joe g visualstudio,csharp
2017/07/10 09:18:57 open E:\Google Drive\Development\Home\Robert/.joe-data: The system cannot find the file specified.

All I did was drop joe.exe on my PATH and ran it from git-bash.exe. Why isn't this working?

wdforson commented 6 years ago

same thing on Mac OS (Sierra):

$ joe ls
2018/05/06 09:53:06 open /<my-home-dir>/.joe-data: no such file or directory
$ mkdir ~/.joe-data # readme implies ^that^ should have just worked, but YOLO
$ joe ls
0 supported .gitignore files:

looks like this project is dead?

hellojukay commented 5 years ago

same on deepin

hellojukay@local joe (master) $ joe ls
2019/03/07 11:26:51 open /home/hellojukay/.joe-data: no such file or directory
hellojukay@local joe (master) $ 
greg65236592 commented 3 years ago

I successfully get rid of the issue by running joe u which is suggested by the doc

leitiannet commented 1 month ago

here's a fork that fix some issues