Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
536 stars 68 forks source link

`metadata/ar ` makes cloning difficult on Windows #158

Closed thehale closed 4 months ago

thehale commented 4 months ago

The first directory of translations is somehow named ar (with a space) which causes lots of git errors on Windows

PS C:\REDACTED\git> git clone https://github.com/razeeman/Android-SimpleTimeTracker
Cloning into 'Android-SimpleTimeTracker'...
remote: Enumerating objects: 61470, done.
remote: Counting objects: 100% (10280/10280), done.
remote: Compressing objects: 100% (2285/2285), done.
remote: Total 61470 (delta 4122), reused 10129 (delta 4029), pack-reused 51190
Receiving objects: 100% (61470/61470), 34.16 MiB | 13.86 MiB/s, done.
Resolving deltas: 100% (24498/24498), done.
error: invalid path 'metadata/ar /full_description.txt'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Is the space necessary? If not, could it be removed so I can clone/merge/rebase more easily?

Razeeman commented 4 months ago

Oh, thank you for pointing this out, seems like a type. Fixed in the latest commits.