-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# Show existing remotes $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # Remove existing remotes $ git remote remove origin
-
ツールバーの [リポジトリの公開] ボタン。
-
"名前" フィールドに希望のリポジトリ名を入力するか、現在のデフォルトのローカル リポジトリ名を使用します。
-
パブリック リポジトリを公開するには、 [このコードを非公開のままにする] を選択解除します。
-
[Organization] ドロップダウンで、リポジトリを公開する Organization を選択します。または、 [なし] を選択して、リポジトリを個人アカウントに公開します。
-
[リポジトリの公開] ボタンをクリックします。
-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# Show existing remotes $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # Remove existing remotes $ git remote remove origin
-
ツールバーの [リポジトリの公開] ボタン。
-
"名前" フィールドに希望のリポジトリ名を入力するか、現在のデフォルトのローカル リポジトリ名を使用します。
-
パブリック リポジトリを公開するには、 [このコードを非公開のままにする] を選択解除します。
-
[Organization] ドロップダウンで、リポジトリを公開する Organization を選択します。または、 [なし] を選択して、リポジトリを個人アカウントに公開します。
-
[リポジトリの公開] ボタンをクリックします。