evermeer / EVReflection

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Other
965 stars 119 forks source link

Install framework using Carthage not working #298

Closed waelsaad closed 6 years ago

waelsaad commented 6 years ago

Hi,

I am trying to install the framework using Carthage by adding:-

github "EVReflection/EVReflection" ~> 5.8.0

I am getting this error:

A shell task (/usr/bin/env git clone --bare --quiet https://github.com/EVReflection/EVReflection.git /Users/X/Library/Caches/org.carthage.CarthageKit/dependencies/EVReflection) failed with exit code 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled

Any ideas please? Thanks

evermeer commented 6 years ago

The path should be https://github.com/evermeer/EVReflection.git

waelsaad commented 6 years ago

Yes thank you very much, it is fixed, I know it was a dumb thing from my part but also it would be nice to have a simple one line instructions with a heading on the front readme for others to clearly see the install path for Carthage. Cheers.

evermeer commented 6 years ago

I will have a look at the readme