Created
October 23, 2014 03:11
-
-
Save yamingd/3851da5b0c1be2618223 to your computer and use it in GitHub Desktop.
china firewall
This file contains hidden or 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
http://code4app.com/article/cocoapods-install-usage |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> | |
<!-- This is a settings.xml file retrieved from http://nexus.magnolia-cms.com/ --> | |
<mirrors> | |
<mirror> | |
<id>maven.net.cn</id> | |
<name>one of the central mirrors in china</name> | |
<url>http://maven.oschina.net/content/groups/public/</url> | |
<mirrorOf>central</mirrorOf> | |
</mirror> | |
</mirrors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment