В чем проблема с гитом? error: invalid path '../.gitkeep '
Как исправить данный недуг ребята? Пытаюсь сделать гит клон, но в конце прилетает ошибка, сам файл пустой в репозитории.
Cloning into ''...
remote: Enumerating objects: 44863, done.
remote: Counting objects: 100% (1635/1635), done.
remote: Compressing objects: 100% (658/658), done.
remote: Total 44863 (delta 926), reused 1477 (delta 797), pack-reused 43228
Receiving objects: 100% (44863/44863), 654.76 MiB | 4.56 MiB/s, done.
Resolving deltas: 100% (16046/16046), done.
error: invalid path 'public/public/public/.gitkeep '
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 :/'
2023-03-27 22:30:01.118 [info] No remotes found in the git config file.
2023-03-27 22:30:01.222 [info] > git config --get commit.template [145ms]
2023-03-27 22:30:01.233 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [118ms]
2023-03-27 22:30:01.340 [info] > git status -z -uall [100ms]