codeslake / github_io_utterances

0 stars 0 forks source link

github/How-to-make-forked-private-repository/ #4

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to make private fork of public repository | Junyong Lee | Research Scientist @ SAIC Toronto

Github prohibits making a private repository from a forked repository. This article explains how to create a private repository that can incorporate updates from a public repository, mimicking the behavior of a forked repository.

https://junyonglee.me/github/How-to-make-forked-private-repository/

phenaff commented 1 year ago

Github no longer accepts https push, I think you need to change $ git push --mirror git@github.com:user-name/repo-name.git