TwitterbotのリポジトリをBitbucket(プライベート)からGitHub(パブリック)へ移行したメモ
BitbucketリポジトリのAccess levelの変更
まずBitbucketのリポジトリをプライベートからパブリックにする必要があるのでリポジトリのSettingsよりAccess levelのプライベートリポジトリのチェックを外す
GitHubのインポートツールにてインポート
GitHubが用意しているリポジトリの移行ツールがあってこちらを利用すると一瞬でインポート出来る
Import a Repository
あっという間にインポート出来ます
リモートリポジトリのアドレス変更
$ git remote set-url origin git@github.com:aoshiman/adminkun-bot.git $ git remote -v origin git@github.com:aoshiman/adminkun-bot.git (fetch) origin git@github.com:aoshiman/adminkun-bot.git (push)
以上
昨日、何を血迷ったのか、26,000行程のテキストファイルをGist.vim経由でGistにアップロードしてしまい、写真にあるようなメッセージを喰らいました。。
One of our mostly harmless robots seems to think you are not a human. Because of that, it’s hidden your profile from the public. If you really are human, please contact support to have your profile reinstated. We promise we won’t require DNA proof of your humanity.
結構焦ったのですが、該当メッセージをググると、偉大なる先人たちの知見がインデックスされていました。
先人たちと同様にコンタクトフォームからプロファイルの復旧をお願いしました。2,3時間で復活するかな〜と見積もっていましたが、結局8時間程かかりました(16時にメールして、返信がきたのが0時くらいでした)。タイミングなんでしょうね。因みに返信メールはこのようなもの
Hi xxxx Sorry for the trouble! The robots have been known to be wrong once in a while. I've cleared your account, so everything should be back to normal. Your fellow human, Emily
以後気をつけます。