Post

Replies

Boosts

Views

Activity

Reply to Network issues on Xcode Cloud brew commands
Anyone knows if the following would suffice to make Cocaopods (and other commands) use a personal access token for all Github calls, just in case part of the problem is rate limiting? git config http.https://github.com.extraheader "Authentication Basic $BASE64_TOKEN" { echo "machine github.com login $GITHUB_USERNAME password $GITHUB_PERSONAL_ACCESS_TOKEN"; } > ~/.netrc chmod 600 ~/.netrc (in ci_post_clone.sh)
Jul ’22