Closed dmccaffery closed 4 years ago
@sjk07 -- the macos build failed due to a network fluke in circle-ci:
It succeeded otherwise. Up to you if you want to requeue.
@dmccaffery the same issue keeps appearing in CI are you sure it's a fluke?
Hmm. Possibly not. I cannot reproduce locally; however. It might be something funky with the circle-ci environment.
Ultimately the part that is breaking was not modified, so I'm not sure what is going on there.
also don't see how this would cause the issue, in CI. LGTM
@dmccaffery fwiw, I've been getting the same error locally on macOS:
@patrickserrano lets create an issue for this
Interesting @patrickserrano -- one thing that could cause this is if you set a GH_TOKEN or PROMPT_TOKEN env-var in your profile that is not valid. The token is used to authenticate to GitHub APIs to work around possible issues with rate limiting (if you bang GitHub like crazy in day-to-day activities).
env | grep _TOKEN
pushd
is available