iOS10-KIT / UI

The unofficial iOS 10 UI Kit (Beta)
Other
735 stars 87 forks source link

Unable to open PNG files. #34

Closed wviana closed 8 years ago

wviana commented 8 years ago

Hello, I've been unable to open png files in macOS Preview app:

screen shot 2016-06-29 at 09 35 27

lanceplaine commented 8 years ago

Do you have Git LFS installed? If not it's normal. Files are just pointers without LFS

lanceplaine commented 8 years ago

what is the size of your file?

wviana commented 8 years ago

No I don't, the only thing that I've done was download the project as zip to take a look at it. Here is the files size:

screen shot 2016-06-29 at 09 53 54

lanceplaine commented 8 years ago

Thanks @wviana for your feedback

Looks like it's a GitHub issue who doesn't handle well Git LFS yet on the download button. https://github.com/github/git-lfs/issues/903

@cjmlgrto any idea on how to handle the issue so the button on the page http://puzzles.design can work?

wviana commented 8 years ago

@lanceplaine Should I try cloning the repository? I already installed git lfs I'll try and give you feedback soon.

lanceplaine commented 8 years ago

If you do it will work.

But we need to find a solution to have the "Download" button work on the http://puzzles.design page because people who just want to get all the files and not contribute shouldn't have to install Git, Git LFS and clone the repo.

cjmlgrto commented 8 years ago

Argh! This is not user-friendly. 😠 Since Git LFS is tracking .sketch, .png, .jpeg, etc— when users download the source zip, it's all just pointers!! (Not the full thing!)

I'm going to disable Git LFS indefinitely.

lanceplaine commented 8 years ago

Ok

cjmlgrto commented 8 years ago

I've just pulled it back to commit 17341f21801b7562d752d9142cf0a59c0d755c86

It should work just as it did before. // Ping @RamonGilabert and @wviana

wviana commented 8 years ago

When cloning it was taking forever, When I interrupted I got a

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'

Exiting because of "interrupt" signal.

wviana commented 8 years ago

@cjmlgrto Should I try to download the zip again?

wviana commented 8 years ago

Worked as It suppose to. Thank you all for the attention. 👍🏻