Can't fetch google/promises by carthage update
carthage update
Output:
*** Fetching promises
A shell task (
/usr/bin/env git fetch --prune --quiet https://github.com/google/promises.git refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
(launched in /Users/p000666/Library/Caches/org.carthage.CarthageKit/dependencies/promises)) failed with exit code 1
Steps:
Add the following to Cartfile:
#github "google/promises"
Add the following to Cartfile.resolved
#github "google/promises" "1.2.8"
Then, run
carthage update
Could you please help me suggest the solution to fetch #github "google/promises"
?