Hello,
i installed tms via cargo with the command included in the readme in my wsl (Windows Subsystem for Linux) at work.
I configured the path with tms config -p path/to/mounted/directory to my git project directory that resides on the "Windows side" C:\projects and is mounted automatically wia wsl on /mnt/c/projects.
when i run tms the program starts with an empty output.
I tried making another directory (e.g ~/local) on "Linux side" and copying some of the git repository, with this setup tms behaves accordingly.
Hello, i installed tms via cargo with the command included in the readme in my wsl (Windows Subsystem for Linux) at work.
I configured the path with
tms config -p path/to/mounted/directory
to my git project directory that resides on the "Windows side" C:\projects and is mounted automatically wia wsl on /mnt/c/projects.when i run
tms
the program starts with an empty output.I tried making another directory (e.g
~/local
) on "Linux side" and copying some of the git repository, with this setuptms
behaves accordingly.