Skip to content

Instantly share code, notes, and snippets.

@nplusp
Last active March 13, 2017 13:31
Show Gist options
  • Save nplusp/34aad8df58974eb2b15162a5d26b0776 to your computer and use it in GitHub Desktop.
Save nplusp/34aad8df58974eb2b15162a5d26b0776 to your computer and use it in GitHub Desktop.
using SSH over HTTPS for CircleCI to fix authentication issues
checkout:
post:
# Work around some silly configuration added by Circle that doesn't actually even do what they want it to.
- git config --global --unset url.ssh://git@github.com:.insteadof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment