MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.04k stars 106 forks source link

Couldn't clone https://github.com/MakeAWishFoundation/SwiftyMocky.git #291

Closed nareksedrakyan closed 3 years ago

nareksedrakyan commented 3 years ago

mint install MakeAWishFoundation/SwiftyMocky@3.4.0 --verbose 🌱 Cloning SwiftyMocky 3.4.0 Cloning into 'github.com_MakeAWishFoundation_SwiftyMocky'... kex_exchange_identification: read: Operation timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. 🌱 Encountered error during "git clone --depth 1 -b 3.4.0 https://github.com/MakeAWishFoundation/SwiftyMocky.git github.com_MakeAWishFoundation_SwiftyMocky" 🌱 Couldn't clone https://github.com/MakeAWishFoundation/SwiftyMocky.git 3.4.0

isaac-weisberg commented 3 years ago

Doesn't look like an issue with the framework. Your network connectivity just fails for reasons unbeknownst.

g-amichnia commented 3 years ago

@nareksedrakyan It is because CLI is on a different repo mint install MakeAWishFoundation/SwiftyMocky-CLI.

I am sure there was a reason why it is like that (and I believe it was SPM related), but now it seems it should be possible to merge both repos back together. Already working on that, if all tests confirm (pods, spm, carthage integrations) it will be part of 4.1 release ina few days.

Anyway, question seems answered, closing.