Last active
March 13, 2017 13:31
-
-
Save nplusp/34aad8df58974eb2b15162a5d26b0776 to your computer and use it in GitHub Desktop.
using SSH over HTTPS for CircleCI to fix authentication issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://[email protected]:.insteadof |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment