8
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Githubのprivate repositoryに、bitbucketのprivate repositoryをimportする

Last updated at Posted at 2019-01-08

前提

手順

  1. GitHubで 空のPrivate Repository を作る
    • READMEやignoreなども追加しない完全な空リポジトリを作成
  2. 作った空Repository のトップから [import code] をクリック
    • …or import code from another repositoryの見出し下にある [import code] をクリック
  3. bitbucketの Private Repository のURLを指定して*[Begin Import]* をクリック
    • Your old repository’s clone URL の下にある入力ボックスにクローン用のURLを入力
      • https://bitbucketのアカウント名@bitbucket.org/bitbucketのアカウント名/bitbucketのRepository名.git
  4. 進まないプログレスバーを見ながら、数分~数十分待つ
  5. 唐突に画面が切り替わりアカウント入力の画面になるので、bitbucketのアカウントを入力
    • GitHubの画面上でbitbucketのアカウント入力することに少し違和感を覚えるが気にしない方が吉
  6. 認証が通れば自動的に再び進まないプログレスバーが現れ、import開始
  7. リポジトリの規模や混雑状況にもよるが、数十分~1時間くらい進まないプログレスバー前で待機
    • 稀に進むこともあるようだが、自分の場合はImportが終わる直前まで動かず、中止しようかと思ったこと幾たび。。
  8. プログレスバーが右端まで行けば終了
  9. GitHubで Private Repository の内容を確認して終了

まとめ

  • プログレスバーがあまり動かない上に待ち時間も長いので、かなり不安にはなるが、気長に待てば大丈夫。
8
3
0

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
8
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?