These instructions are adapted from Harry Wang.
git clone https://github.com/gjf2a/csci335 my-csci335
cd my-csci335 git remote remove origin
Go to GitHub and select the option to create new private repository:
When creating the new private repository, mark it as private:
gjf2a
git remote add origin https://github.com/gjf2a/my-csci335
git push -u origin main
If the above doesn’t work, try this instead:
git push -u origin master