mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-07 22:11:09 +08:00
52 lines
3.2 KiB
Markdown
52 lines
3.2 KiB
Markdown
Let's migrate away from GitHub
|
|
======
|
|
As many of you heard today, [Microsoft is acquiring GitHub][1]. What this means for the future of GitHub is not yet clear, but [the folks at Gitlab][2] think Microsoft's end goal is to integrate GitHub in their Azure empire. To me, this makes a lot of sense.
|
|
|
|
Even though I still reluctantly use GitHub for some projects, I migrated all my personal repositories to Gitlab instances a while ago. Now is time for you to do the same and ditch GitHub.
|
|
|
|
![Microsft loven't Linux][3]
|
|
|
|
Some people might be fine with Microsoft's takeover, but to me it's the straw that breaks the camel's back. For a few years now, MS has been running a large marketing campaign on how they love Linux and suddenly decided to embrace Free Software in all of its forms. More like MS BS to me.
|
|
|
|
Let us take a moment to remind ourselves that:
|
|
|
|
* Windows is still a huge proprietary monster that rips billions of people from their privacy and rights every day.
|
|
* Microsoft is known for spreading FUD about "the dangers" of Free Software in order to keep governments and schools from dropping Windows in favor of FOSS.
|
|
* To secure their monopoly, Microsoft hooks up kids on Windows by giving out "free" licences to primary schools around the world. Drug dealers use the same tactics and give out free samples to secure new clients.
|
|
* Microsoft's Azure platform - even though it can run Linux VMs - is still a giant proprietary hypervisor.
|
|
|
|
|
|
|
|
I know moving git repositories around can seem like a pain in the ass, but the folks at Gitlab are riding the wave of people leaving GitHub and made the the migration easy [by providing a GitHub importer][4].
|
|
|
|
If you don't want to use Gitlab's main instance ([gitlab.org][5]), here are two other alternative instances you can use for Free Software projects:
|
|
|
|
* The [Debian Gitlab instance][6] is available for every FOSS project and not only for Debian-related ones. As long as the project respects the [Debian Free Software Guidelines][7], you can use the instance and its CI runners.
|
|
* Riseup maintains a Gitlab instance for radical projects named [0xacab][8]. If your [ethos aligns with Riseup's][9], chances are they'll be happy to host your projects there.
|
|
|
|
|
|
|
|
Friends don't let friends use GitHub anymore.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
via: https://veronneau.org/lets-migrate-away-from-github.html
|
|
|
|
作者:[Louis-Philippe Véronneau][a]
|
|
选题:[lujun9972](https://github.com/lujun9972)
|
|
译者:[译者ID](https://github.com/译者ID)
|
|
校对:[校对者ID](https://github.com/校对者ID)
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|
|
|
[a]:https://veronneau.org/
|
|
[1]:https://www.bloomberg.com/news/articles/2018-06-03/microsoft-is-said-to-have-agreed-to-acquire-coding-site-github
|
|
[2]:https://about.gitlab.com/2018/06/03/microsoft-acquires-github/
|
|
[3]:https://veronneau.org/media/blog/2018-06-03/ms-lovent-linux.png (Microsoft loven't Linux)
|
|
[4]:https://docs.gitlab.com/ee/user/project/import/github.html
|
|
[5]:https://gitlab.org
|
|
[6]:https://salsa.debian.org
|
|
[7]:https://en.wikipedia.org/wiki/Debian_Free_Software_Guidelines
|
|
[8]:https://0xacab.org
|
|
[9]:https://riseup.net/en/about-us/politics
|