Skip to content

Instantly share code, notes, and snippets.

@brunogama
Last active March 24, 2021 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunogama/b80820d3cce5f2f722040ccef23ae236 to your computer and use it in GitHub Desktop.
Save brunogama/b80820d3cce5f2f722040ccef23ae236 to your computer and use it in GitHub Desktop.
Clears carthage http cache
sqlite3 ~/Library/Caches/carthage/Cache.db 'DELETE from cfurl_cache_response where request_key like "%.json"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment