tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
148 stars 40 forks source link

Not able to git-clone this repo correctly #114

Closed GuillaumeDua closed 3 years ago

GuillaumeDua commented 3 years ago

When attempting to git-clone the repo, on windows using git-bash :

$ git clone https://github.com/tgockel/zookeeper-cpp.git
Cloning into 'zookeeper-cpp'...
remote: Enumerating objects: 3800, done.
remote: Total 3800 (delta 0), reused 0 (delta 0), pack-reused 3800
Receiving objects: 100% (3800/3800), 2.30 MiB | 3.97 MiB/s, done.
Resolving deltas: 100% (3030/3030), done.
error: invalid path 'config/docker/opensuse-42.3/repos/server:database.repo'
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 :/'

Never saw an error like that before.

tgockel commented 3 years ago

That is interesting. I'm guessing NTFS has issues with : characters in filenames.

tgockel commented 3 years ago

Fixed up the contents. It should work on Windows now.