【发布时间】:2017-09-26 14:28:58
【问题描述】:
我想为我正在开发的这个应用程序添加一个 FrameWork。它将纬度和经度坐标转换为 UTM 坐标。
我将此添加到购物车文件中: github "peterringset/UTMConversion" ~> 1.1
但是当我在终端中运行这段代码来克隆框架时: carthage update --platform iOS
我收到此错误消息:
A shell task (/usr/bin/env git clone --bare --quiet https://github.com/peterringset/UTMConversion.git /Users/Fallet/Library/Caches/org.carthage.CarthageKit/dependencies/UTMConversion) failed with exit code 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
我使用过类似的其他外部框架,它曾经工作得很好。知道如何解决这个问题吗?
【问题讨论】:
标签: swift xcode github frameworks carthage