Skip to content

This repository is not transferrable. Please contact the owner of the root repository: Why? #124216

Discussion options

You must be logged in to vote

Hi Nic,

To transfer a repository that is a fork of a private repository within an organization to a student's private account, you need to follow these steps:

  1. Have the Student Create a New Private Repository: The student should create a new private repository in their own account.

  2. Push the Repository Content:

    • The student should clone their forked repository to their local machine.
    • Change the remote URL to point to the new private repository they created.
    • Push the local repository to their new private repository.

Here's a more detailed guide for the students:

Steps for Students:

  1. Clone the Forked Repository:

    git clone https://github.com/your-org/forked-repo.git
    cd forked-repo
  2. Ad…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ndrosson
Comment options

Answer selected by ndrosson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question
2 participants