Created
March 18, 2015 15:26
-
-
Save upbit/77c227ee896a495c196e to your computer and use it in GitHub Desktop.
GitHub config for China
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
[url "git@github.com:"] | |
# Always use GitHub SSH protocol to push. | |
# Allows use of git:// for public repositories with push access | |
#pushInsteadOf = git://github.com/ | |
pushInsteadOf = https://github.com/ | |
[url "https://github.com/"] | |
# Use HTTP for GitHub instead of git:// or git@ | |
# Enable this in networks where git:// or git@ are blocked. | |
#insteadOf = git://github.com/ | |
#insteadOf = git@github.com: | |
[url "git://github.com/"] | |
# Use SSH for GitHub instead of https:// | |
# Enable this in networks where https:// has issues. | |
insteadOf = https://github.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment