GitHub blocked in China - how it happened, how to get around it, and where it will take us

What happened?

Update: On January 23, https://github.com was unblocked again.

On January 18, or possibly the day before (though our test data doesn’t cover this), the Great Firewall began to reset connections containing “*.github.com”. As a result, code sharing projects hosted on a subdomain of GitHub, such as aoxu.github.com, were blocked in China. The main GitHub website was mostly unaffected, for two reasons. Firstly, it’s hosted on github.com, without a subdomain. Secondly, it serves encrypted content only, thus preventing the Great Firewall from resetting connections based on keywords.

A day later, the block was extended through the inclusion of github.com, without subdomains, in the list of keywords causing connections to be reset. Chinese users could still access GitHub as long as they manually typed in https://github.com in their browser (notice the https). Strangely the www.github.com host was DNS poisoned, but not any other hosts. The www subdomain is not used by GitHub.

On January 21, DNS poisoning was extended to all github.com hosts including the root domain as well as all its subdomains. In effect, all of GitHub was blocked in China.

Interestingly, the blocking of GitHub has seemingly not been censored on social media. The keyword “github” has not been blocked on Sina Weibo, and we have not detected any deleted posts containing “github” on FreeWeibo.

For further information on how the blocking was introduced, including data references, see the Timeline at the end of this article.

Why oh why?

As always when online censorship in China changes, the first question asked is why. While we cannot be certain, it doesn’t stop us, or anyone else, from speculating.

Some have suggested that it may be because of the Mongol project, hosted on GitHub. Mongol is an open-source tool used to detect routers that block certain connections going out of China - in essence tracking where the Great Firewall is located. While such a tool may seem threatening from the point of view of the Chinese authorities, there are a few facts that make the blocking of Mongol seem unlikely: the tool was released a full month ago, the working principle of the software was released back in 2011 and the paper describing it is still not blocked.

Another theory is that the government jumped on the opportunity to block an all-encrypted file-sharing service which, though intended for code sharing, can also be used to share politically sensitive material. Other file sharing services have faced similar dilemmas in China, including Dropbox which was blocked in 2010. Was GitHub being used by activists to share information?

The train ticket theory

The most gripping tale though ties this story in with China’s annual mass migration during the new year holiday. Each year tens of millions of Chinese scramble to purchase a limited and insufficient number of train tickets so they can make the journey home to spend the holiday with their families. Train tickets in China can only be bought 18 days ahead of the planned journey. With tens of millions of people traveling home for the Spring Festival, getting hold of the right ticket is a real challenge. Failure can mean missing out on the often only once-a-year chance to meet up with the family.

With the increased use of the internet, however, a lot of ticket sales are done online via the government-run website 12306.cn. While waiting for the right ticket to go on sale, users will often reload a web page continuously. This is of course a problem easily solved by creative software developers. Several Chinese web browser providers rolled out add-ons that automatically reload the government website and book the ticket as soon as it's available.

A particularly interesting add-on was called 12306_ticket_helper (https://github.com/iccfish/12306_ticket_helper, now deleted). The software was using files embedded on GitHub. It’s sudden popularity caused such a traffic load that GitHub temporarily went offline, and an employee sent an abuse complaint to 12306.cn. GitHub didn't know that it was actually the browser add-on that embedded the file, and not the 12306.cn website itself.

On January 18, at the same time that the GitHub block was introduced, the Ministry of Railways was said to be asking Kingsoft, one of the other browser providers, to disable their ticket-buying add-on. On the same day, the Ministry of Industry ordered all browser providers to remove similar add-ons.

Is the GitHub block just a matter of the site being in the wrong place at the wrong time? It’s not inconceivable to think that when the Ministers of Railways and Industry say “dance” that everyone dances. After all of the accomplices who were involved in the ticket scandal made amends, it is likely that they looked further to see who else was involved and GitHub may have just found themselves caught in that net.

If this is true, then this episode does reveal something about the Chinese censorship mechanism. One of two things would have had to occur for GitHub to have been blocked. The person who has his finger on the censorship button had free reign to just censor what he thought needed to be censored (in relation to the ticket scandal) which would indicate that this civil servant does not have to jump through a lot of hoops when he thinks a site should be blocked. Another explanation is that the powers-that-be in the censorship bureau who gave the go-ahead to block GitHub are so incompetent that they could not comprehend the fallout related to closing down the site. They were either too lazy to investigate, too distracted to care or just plain oblivious to the role that GitHub plays for many developers across China.

Our tests indicate that the likely answer is a combination of the two theories above. At first the censors started resetting *.github.com but found that this was ineffective. So then they moved to a more comprehensive block when they understood that the first one was not working. Which would mean that the powers-that-be had no understanding of how GitHub works and the civil servant with his finger on the button can choose to push that button whenever he wants.

The HTTPS theory (true either way)

Because GitHub is HTTPS-only, the Great Firewall cannot block individual pages. Regardless of the specific project the authorities wanted to block access to, the only way they could do it was to block GitHub altogether. This could have severe implications for other websites as well. As more and more of the Internet is switching to encrypted connections, the ability for online censorship authorities to selectively block content decreases. If, or perhaps when, Google Search, Wikipedia and CNN switch to HTTPS-only, will the Chinese authorities decide to block them altogether as well?

What will the knock on effects be?

According to Alexa, GitHub is the 276th most popular website in China. Globally, GitHub is ranked 209th. Since its targeting a very specific audience (software developers), that’s not a bad ranking. Github themselves told Techinasia that China ranks fourth in terms of visits to the site.  The only foreign-hosted websites ranked higher than GitHub in China are Google, Bing (and Live.com, Microsoft.com, Msn.com), Amazon, Yahoo, Wikipedia, Apple, eBay and Adobe.

While GitHub is popular, there are many other code-sharing services offering alternatives. Google Code is not blocked, though the HTTPS version sometimes is, and if or when they switch to HTTPS-only they may well face the same dilemma as GitHub. Sourceforge is also not blocked, as well as many other smaller providers.

Software developers often have to work with whatever code sharing service their project is already using. Switching from one to another is somewhat complicated. Many Chinese developers, especially the ones that work with customers abroad, will now have to use circumvention tools to stay in business. With such tools being actively targeted, some of them may not be able to continue their work at all.

China has been successful in attracting a lot of foreign developer houses to the country due to lower costs and access to plenty of developer talent. Foreign investors in this area may now start to question if it is a wise decision to place so many human resources in a country that may prevent or limit access to key technical resources without warning. Companies who run Gmail for their enterprises have learned the hard way that their communications can be turned off on a whim. Most who experienced outages when China completely blocked Google last November have probably found enterprise alternatives to Gmail already. Companies will now likely consider more stable alternatives to China.

The most devastating impact could come in an attitude shift amongst young Chinese. China’s censors have effectively just pissed off a whole nation of developers. It is likely they knew how to get around the firewall anyway but when developers have to turn on VPNs or fiddle with proxies in order to do their jobs, they will get upset. Does China really want to create a generation of would-be hackers? Especially within her borders? Could this signal the birth of a Chinese Anonymous? Perhaps an end to online censorship in China is now closer than we think?

How to get around it?

If the Great Firewall has not fallen by the time you read this, then you can follow these instructions to circumvent the blocking of GitHub.

If you are using a VPN, all your traffic is rerouted through a foreign server and GitHub will work as usual. Unless the Great Firewall also blocks the IP address of GitHub, another simpler alternative is to manually edit the so-called hosts file, adding the following entry:

207.97.227.239 github.com

With such an entry in place, connections to https://github.com will work from inside the Great Firewall. The unencrypted http://github.com will not work, so remember to add the “https” manually.

The IP address of GitHub may change at any time, of course. A more stable solution is to use an encrypted DNS lookup service such as DNSCrypt which effectively bypasses DNS poisining. Ironically, the Mac version downloads links to GitHub, which of course is blocked. But the final download link is not blocked: http://download.dnscrypt.org/guis/opendns/osx/dnscrypt-osx-client-0.19.dmg.

If you are using an SSH tunnel or some other type of proxy, you can configure GitHub to make use of it with the following command:

git config --global http.proxy YOUR_PROXY

Timeline

Date Event Reference(s)
Jan 18 Connection reset of *.github.com including www.github.com (not DNS poisoned) https://en.greatfire.org/www.github.com
https://en.greatfire.org/aoxu.github.com
https://en.greatfire.org/jingyuan.github.com
https://en.greatfire.org/pages.github.com
Jan 19 Connection reset of github.com https://en.greatfire.org/github.com
Jan 19 DNS poisoning of www.github.com https://en.greatfire.org/www.github.com
https://en.greatfire.org/https/www.github.com
Jan 19 the www.github.com keyword causes connection reset on Google Search https://en.greatfire.org/www.google.com/search%3Fq%3Dwww.github.com
Jan 20 Connection reset of *.github.com (still not DNS poisoned) https://en.greatfire.org/cwyalpha.github.com
https://en.greatfire.org/raw.github.com
Jan 21 DNS poisoning of github.com root domain (as well as *.github.com) https://en.greatfire.org/github.com
https://en.greatfire.org/https/github.com
https://en.greatfire.org/fanzuoyong.github.com
https://en.greatfire.org/https/gist.github.com

 

Comments

More Blog Posts

Subscribe to our mailing list
Show content from Blog | Google+ | Twitter | All. Subscribe to our blog using RSS.

Thu, Aug 10, 2023

1.4 million people used FreeBrowser to circumvent the Great Firewall of Turkmenistan

Since 2021, the authorities in Turkmenistan have taken exceptional measures to crack down on the use of circumvention tools. Citizens have been forced to swear on the Koran that they will not use a VPN. Circumvention tool websites have been systematically blocked. Arbitrary searches of mobile devices have also taken place and have even targeted school children and teachers.

The government has also blocked servers hosting VPNs which led to “near complete” internet shutdowns on several occasions in 2022. Current reports indicate that 66 hosting providers, 19 social networks and messaging platforms, and 10 leading content delivery networks (CDNs), are blocked in the country. The government presumably is unconcerned about the negative economic impact that such shutdowns can cause.

Fri, Mar 18, 2022

Well-intentioned decisions have just made it easier for Putin to control the Russian Internet

This article is in large part inspired by a recent article from Meduza (in Russian).

Since the beginning of the war in Ukraine, Russian users have had problems accessing government websites and online banking clients. Browsers began to mark these sites as unsafe and drop the connection. The reason is the revocation of digital security certificates by foreign certificate authorities (either as a direct consequence of sanctions or as an independent, good will move); without them, browsers do not trust sites and “protect” their users from them.

However, these actions, caused - or at least triggered by - a desire to punish Russia for their gruesome actions in Ukraine, will have long-lasting consequences for Russian netizens.

Digital certificates are needed to confirm that the site the user wants to visit is not fraudulent. The certificates contain encryption keys to establish a secure connection between the site and the user. It is very easy to understand whether a page on the Internet is protected by a certificate. One need just look at the address bar of the browser. If the address begins with the https:// prefix, and there is a lock symbol next to the address, the page is protected. By clicking on this lock, you can see the status of the connection, the name of the Certification Authority (CA) that issued the certificate, and its validity period.

There are several dozen commercial and non-commercial organizations in the world that have digital root certificates, but 3/4 of all certificates are issued by only five of the largest companies. Four of them are registered in the USA and one is registered in Belgium.

Mon, Aug 03, 2020

Announcing the Release of GreatFire AppMaker

GreatFire (https://en.greatfire.org/), a China-focused censorship monitoring organization, is proud to announce that we have developed and released a new anti-censorship tool that will enable any blocked media outlet, blogger, human rights group, or civil society organization to evade censors and get their content onto the phones of millions of readers and supporters in China and other countries that censor the Internet.

GreatFire has built an Android mobile app creator, called “GreatFire AppMaker”, that can be used by organizations to unblock their content for users in China and other countries. Organizations can visit a website (https://appmaker.greatfire.org/) which will compile an app that is branded with the organization’s own logo and will feature their own, formerly blocked content. The app will also contain a special, censorship-circumventing web browser so that users can access the uncensored World Wide Web. The apps will use multiple strategies, including machine learning, to evade advanced censorship tactics employed by the Chinese authorities.  This project will work equally well in other countries that have China-like censorship restrictions. For both organizations and end users, the apps will be free, fast, and extremely easy to use.

This project was inspired by China-based GreatFire’s first-hand experience with our own FreeBrowser app (https://freebrowser.org/en) and desire to help small NGOs who may not have the in-house expertise to circumvent Chinese censorship. GreatFire’s anti-censorship tools have worked in China when others do not. FreeBrowser directs Chinese internet users to normally censored stories from the app’s start page (http://manyvoices.news/).

Fri, Jul 24, 2020

Apple, anticompetition, and censorship

On July 20, 2020, GreatFire wrote to all 13 members of the Subcommittee on Antitrust, Commercial and Administrative Law of the U.S. House Committee on the Judiciary, requesting a thorough examination into Apple’s practice of censorship of its App Store, and an investigation into how the company collaborates with the Chinese authorities to maintain its unique position as one of the few foreign tech companies operating profitably in the Chinese digital market.  

This letter was sent a week before Apple CEO TIm Cook will be called for questioning in front of the Subcommittee on Antitrust, Commercial and Administrative Law. The CEOs of Amazon, Google and Facebook will also be questioned on July 27, as part of the Committee’s ongoing investigation into competition in the digital marketplace.

This hearing offers an opportunity to detail to the Subcommittee how Apple uses its closed operating ecosystem to not only abuse its market position but also to deprive certain users, most notably those in China, of their right to download and use apps related to privacy, secure communication, and censorship circumvention.

We hope that U.S. House representatives agree with our view that Apple should not be allowed to do elsewhere what would be considered as unacceptable in the U.S. Chinese citizens are not second class citizens. Private companies such as Apple compromise themselves and their self-proclaimed values of freedom and privacy when they collaborate with the Chinese government and its censors.

Mon, Jun 10, 2019

Apple Censoring Tibetan Information in China

Apple has a long history of censorship when it comes to information about Tibet. In 2009, it was revealed that several apps related to the Dalai Lama were not available in the China App Store. The developers of these apps were not notified that their apps were removed. When confronted with these instances of censorship, an Apple spokesperson simply said that the company “continues to comply with local laws”.

In December, 2017, at a conference in China, when asked about working with the Chinese authorities to censor the Apple App Store, Tim Cook proclaimed:

"Your choice is: do you participate, or do you stand on the sideline and yell at how things should be. And my own view very strongly is you show up and you participate, you get in the arena because nothing ever changes from the sideline."

In the ten years since Apple was first criticized for working with the Chinese authorities to silence already marginalized voices, what has changed? Apple continues to strictly follow the censorship orders of the Chinese authorities. When does Tim Cook expect that his company will help to bring about positive change in China?

Based on data generated from https://applecensorship.com, Apple has now censored 29 popular Tibetan mobile applications in the China App Store. Tibetan-themed apps dealing with news, religious study, tourism, and even games are being censored by Apple. A full list of the censored apps appear below.

Subscribe to our blog using RSS.

Comments

But from 1977 Albert Uderzo took over as mcdougal of the comic after the death of co-creator Goscinny.

The ferry will land you on the little capital of
scotland- Lixouri. It takes the route of the old Perfume Line
since it was known which has been used prior to the second world
war to transport perfume down from Grasse to Cannes and after
that on for the rest of the world.

Feel free to visit my page: شركة تنظيف فلل في الرياض

The volume of damage they are able to do to a home inside a matter of months is
quite surprising. You will definitely encounter the process of having to post the right business specifically if the tariff with the services provided
by the agencies varies for some 100's of dollars.

The effectiveness of Fipronil being a termiticide is beyond doubt.

Look into my weblog; شركة مكافحة النمل الابيض بالرياض

Household robots, also commonly referred to as domestic robots, can mow your lawn, clean a pool,
clean your gutter, sweep and mop the floor, and even keep watch
over your dog. In addition to becoming an eyesore,
algae clog filters, pump inlets, and also other equipment.
Municipalities are using smoke testing widely from your beginning with the sixties to detect sewer mains, pumping plants and causes of unwanted
rainwater consequently from a broken manhole.

my weblog: شركة نظافة مسابح بالرياض

Aquarium keeping is a sensitive hobby with no mistake is admissible as it can certainly cost life of some beautiful, living creature.
In general, every five years is really a good
guideline, along with just assume you're inside clear should your last septic tank cleaning was more recent.

When offshore tank cleaning specialist companies still find it
necessary for anyone to enter a tank to clean it there can be a proper safety procedure that should always be observed.

Stop by my web blog - شركة نظافة خزانات بالرياض

Such firms that can help, include bug elimination agencies, garden centers and The Home Depot.
To simplify it further, for those who have great relationships-especially probably the
most important one, which can be with yourself-the rest will follow.
Ants may be extremely difficult to get eliminate because the colony may
be quite large - large, hungry and always about the lookout for more food.

Also visit my weblog رش المبيدات بالرياض

Thus for leather cleaning and upholstery cleaning, particularly if it comes
to getting rid of stains, the aforementioned
methods might help. Also, you'll be able to even hire a full time person in the
commercial cleaning services, to take proper care of these
jobs for you. The cleaning of the carpets and rugs is
usually recommended from time to time to stop
any uninvited injury to the precious material used in weaving these.

Look at my web site ... شركة نظافة بالرياض

Greetings I am so happy I found your weblog,
I really found you by error, while I was looking on Google for something else, Regardless
I am here now and would just like to say cheers for a remarkable post and a all
round thrilling blog (I also love the theme/design), I don't have time to
look over it all at the minute but I have bookmarked it and also included your RSS feeds,
so when I have time I will be back to read much more, Please do keep up the awesome
work.

It might take a few treatments to eliminate them, but compared to the amount of damage they could do, this may save
you a lot of money and heartache. Tiny, blood
spots on the mattresses and also dark spots around the
frame or within the cracks and crevices are likely
indicators associated with an infestation. In fact, some don't even know that of a termite looks like.

Check out my webpage; شركة مكافحة الحشرات بالدمام

They search for the breeding grounds of these pests and do their job thoroughly.
Favour floricultural friend over foe by taking control of your
situation with bug elimination. In fact, some don't even know what
a termite looks like.

Here is my website شركة رش مبيدات بالعينة

You got that at Windsor Hills Resort or Windsor Palms Resort.

This port was within the capital of Roman's
province Iria Flavia. Afterwards, head approximately see the 15th century Malaspina Castle which sits over a hill overlooking the
city.

Here is my web blog :: افضل شركة تنظيف فلل بالدمام

robots, can mow your lawn, clean a pool,
clean your gutter, sweep and mop the floor, and even keep watch
over your dog. In addition to becoming an eyesore,
algae clog filters, pump inlets, and also other equipment.
Municipalities are using smoke testing widely from your beginning with the sixties to detect sewer mains, pumping plants and causes of unwanted
rainwater consequently from a broken
شركة تنظيف بمكة

شركة تنظيف وعزل خزانات بالمدينة المنورة

شركة تنظيف فلل بمكة

شركة تنظيف مجالس بالبخار بمكة

شركة تنظيف بالمدينة المنورة

شركة تنظيف بالرياض

I don't even know the way I stopped up here, but I thought this submit was great.
I don't recognize who you're however definitely you're going to a famous blogger in case you are not
already. Cheers!

Also visit my web-site :: albyaan.com

Plumbing at Plungeit.
Focolare Carpentry Training Centre was founded in 1968 being a school which transforms school youth into really professional carpenters.

Feel free to visit my webpage
شركة تنظيف شقق بالرياض

Unless you might be a plumber you'll never really know just
what it is. In the Joliet and Orchard Park Illinois area for
Orchard Park plumbing visit Courtesy Plumbing at Plungeit.
Focolare Carpentry Training Centre was founded in 1968 being a school which transforms school youth into really professional carpenters.
Feel free to visit my webpageشركة تنظيف بالدمام

If you have the tendency to horde things, you will have to learn let go.
There is no limit on what you earn - Once you have made a good base
of clients, you will see that you can earn as much as you want.

Regardless of whether you have a 3 bedroom apartment home or a
studio, your place will get dirty.

My page شركة البيت الراقي

Apply it to a soft cloth and use it to wipe down woodwork and furniture.
This lets them know how they have done and it helps them
to improve their cleaning. You don't want to be inhaling dust or preparing
food on dirty, contaminated surfaces.

Here is my web blog ... شركة تنظيف واجهات حجر بالدمام

These same apartment cleaning services Los Angeles use 100% biodegradable and green products.
It is an extremely versatile product that is inexpensive and helps cut
back on the use of expensive chemicals. Equipment should
also be serviced on a weekly basis to make them more efficient.

Also visit my weblog: شركة رش مبيدات بالرياض (Alejandro)

Another must-have piece of equipment is a
cell phone to enable easy response to your customers. It is an extremely versatile product
that is inexpensive and helps cut back on the use of expensive chemicals.
Of course, you don't want to be doing something every minute of
the day, so take some time to relax too.

my blog ... شركة ركن المجد

Actually, the problems that can be caused by traditional chemical
products can be enormous. Finally, I think parents and grandparents need to make it clear to students that keeping
the apartment clean is a personal health issue.
Is there anything special that the cleaning service needs to know about.

my web site افضل شركة مكافحة البق بجدة (Arletha)

Other video editor apps this Viva video clip vivavideodownload Switch. You could see the Viva Video app.

Formula for iOS as well as Android through Tubidy for Android Several web sites take advantage of Tubidys songs engine.

They are streaming doubtful web content, though the regards to usage state lively musically install the Live.ly application for Live Video Streaming from the iTunes application shop.

Pages

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
By submitting this form, you accept the Mollom privacy policy.