Carthage: carthage update fails

Created on 10 Dec 2015  路  4Comments  路  Source: Carthage/Carthage

carthage update
*** Cloning RunKit
A shell task failed with exit code 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled

My Cartfile

github "khoiln/RunKit"

Just installed the lastest version of carthage from pkg.

Most helpful comment

Carthage clones over HTTPS by default, so you'll need to be able to clone from the command-line without entering credentials. Otherwise you can use the --use-ssh flag if you'd like to clone over ssh instead.

All 4 comments

Does git clone https://github.com/khoiln/RunKit.git ask for your credentials when run directly?

Carthage clones over HTTPS by default, so you'll need to be able to clone from the command-line without entering credentials. Otherwise you can use the --use-ssh flag if you'd like to clone over ssh instead.

@mdiep Thanks didn't notice that flag.

Was this page helpful?
0 / 5 - 0 ratings