LoginSignup
356
322

More than 5 years have passed since last update.

GitHubが無料でプライベートリポジトリを無制限に作れるようになったぞ☆

Posted at

GitHubが無料でプライベートリポジトリを無制限に作れるようになったぞ:grin:
ありがとうMicrosoft:v:

ニュース記事

今までプライベートリポジトリは無料プランでは作成できなかったが
誰でも無制限に作れるようになりました

無料プランの制限(有料プランとの違い)ヘルプ記事

https://help.github.com/articles/github-s-billing-plans/#billing-plans-for-personal-accounts
・共同編集者は3人まで
・GitHub Pagesの使用不可
・wikiの使用不可
・Protected branchesの使用不可
・オーナー権限の使用不可
・リポジトリインサイトグラフの使用不可

逆に言えばこれ以外は使えるので
個人で開発する分にはまぁ困らないです:ok_hand:
公開するつもりがないならPrivateにしておくのが安全だと思います1

GitHubプライベートリポジトリの作り方

ここから https://github.com/new
Privateをチェックするだけ
image.png

GitHub既存のパブリックリポジトリをプライベートリポジトリにする方法

Settingsに行って

image.png

Danger ZoneにあるMake privateボタンをクリック

image.png

テキストボックスにプライベートにしたいリポジトリの名前を書く

image.png
注意書きにあるようにwikiなどがあればそれは消されてしまいます

I understand, make this repository privateボタンで完了

image.png
wikiなどの機能に制限が付いていますね

おまけGitLabからGitHubへ移行しよう

確認して

git remote -v
origin https://gitlab.com/~~~~~~~~~~~

下記を実行でOK:thumbsup_tone1::thumbsup_tone1::thumbsup_tone1:

git remote set-url origin https://github.com/~~~~~~~~~~~
356
322
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
356
322