-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# 既存のリモートの表示 $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # 既存のリモートを削除 $ git remote remove origin -
ツールバーのPublish repository(リポジトリの公開)ボタンをクリックしてください。

-
Nameフィールドにご希望の名前を入力するか、現在のデフォルトローカルリポジトリの名前を使います。

-
パブリックリポジトリを公開するには、Keep this code privateの選択を解除してください。

-
リポジトリを公開するOrganizationをOrganizationドロップダウンで選択するか、Noneを選択してリポジトリを個人アカウントに公開します。

-
Publish Repositoryボタンをクリックします。

-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# 既存のリモートの表示 $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # 既存のリモートを削除 $ git remote remove origin -
ツールバーのPublish repository(リポジトリの公開)ボタンをクリックしてください。

-
Nameフィールドにご希望の名前を入力するか、現在のデフォルトローカルリポジトリの名前を使います。

-
パブリックリポジトリを公開するには、Keep this code privateの選択を解除してください。

-
リポジトリを公開するOrganizationをOrganizationドロップダウンで選択するか、Noneを選択してリポジトリを個人アカウントに公開します。

-
Publish repositoryボタンをクリックします。
