Skip to content

Instantly share code, notes, and snippets.

@yamingd
Created October 23, 2014 03:11
Show Gist options
  • Save yamingd/3851da5b0c1be2618223 to your computer and use it in GitHub Desktop.
Save yamingd/3851da5b0c1be2618223 to your computer and use it in GitHub Desktop.
china firewall
http://code4app.com/article/cocoapods-install-usage
<?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