kaishin / markoff

A lightweight Markdown (CommonMark) previewer for macOS.
ISC License
793 stars 43 forks source link

sharplet/Quick.git repository no longer exists #49

Closed vaskaloidis closed 4 years ago

vaskaloidis commented 5 years ago

Install throws an error because the repository https://github.com/sharplet/Quick.git does not exist anymore

Nemesis:Markoff-master vas$ carthage update --platform mac Cloning ReactiveCocoa Cloning SwiftMark Cloning Result Checking out SwiftMark at "0.9" Checking out ReactiveCocoa at "v4.2.2" Checking out Result at "2.1.3" A shell task (/usr/bin/env git clone --quiet https://github.com/sharplet/Quick.git /Users/vas/Downloads/Markoff-master/Carthage/Checkouts/ReactiveCocoa/Carthage/Checkouts/Quick) failed with exit code 128: remote: Repository not found. fatal: repository 'https://github.com/sharplet/Quick.git/' not found

vaskaloidis commented 5 years ago

It is probably renamed to something else I would assume, but without knowing what the use for that project was (because I can't find the docs for Quick).

I did come across this repo after a little searching, could this be it? https://github.com/Quick/Quick - again not sure what it is "supposed" to do, so it's hard to find it, but I came across this after a quick reference to the repo I discovered in Carthage/Checkouts/ReactiveCocoa/.gitmodules - and above it was https://github.com/Quick/Nimble.git - after some poking around I discovered Quick/Quick. Did not have time to test it though. Thanks

vaskaloidis commented 5 years ago

And after a little searching - this may be the branch that you need https://github.com/Quick/Quick/tree/as-qck-generate-main - the contributor sharplet submitted a PR, and you previously had linked to a repo of his. Don't have time to test any of this and submit a PR, but I figured I would mention it incase you needed something specifically form a fork he may have deleted or something.

kaishin commented 4 years ago

I dropped the dependency on 2.0 (see markoff-2.0 branch).