dhoerl / DHlibxls

Framework to read Excel xls spreadsheets
271 stars 86 forks source link

Can't clone on a mac #30

Open aomv opened 5 years ago

aomv commented 5 years ago

git clone https://github.com/dhoerl/DHlibxls.git Cloning into 'DHlibxls'... remote: Enumerating objects: 369, done. remote: Total 369 (delta 0), reused 0 (delta 0), pack-reused 369 Receiving objects: 100% (369/369), 511.68 KiB | 2.96 MiB/s, done. Resolving deltas: 100% (130/130), done. fatal: cannot create directory at 'DHxlsReaderIOS.xcodeproj?xcuserdata': Illegal byte sequence warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD'

The error is fatal: cannot create directory at 'DHxlsReaderIOS.xcodeproj?xcuserdata': Illegal byte sequence

Funny how no one is getting this error though...

I had to clone this project on a linux server and scp it to my mac to be able to use it.

ghost commented 5 years ago

I can duplicate your problem by trying to clone in /tmp. I'll attempt to fix it - I obviously have source on my Mac - but I'm in critical work situation right now.

I verified I can build using Xcode 10. I zipped it up and put it here: https://www.dropbox.com/s/7zaceca3fzlu1lq/DHlibxls.zip?dl=0

ghost commented 5 years ago

The libxls is old. It has been taken over by another developer and moved to GitHub. I think there is a note on the SourceForge page.