How to make my repo appear on my friends GitHub

SeveN

I have a little problem.

I just finished a small project in java with my friends, we used GitHub to be more professional and to be more efficient (I created the repo etc). Now that we finished the project I changed it to public and pushed the last modification.

But the problem is that the project doesn't show up in my friends GitHub. Of course they were Collaborators, I added them personally.

How can I make the repo appear in their GitHub?

I tried to re-add them but nothing changed.

Thanks for the help guys!

NabiL Ashbhat

Quoting Inigo answer:

"A repo will only show up under the user or org that "owns" it."

So the quickest solution is to ask them to fork it from your account. That way, the repo will appear under their username as a clone from the main/root repo!

Things you can try:

  • Confirm that your repository's visibility is set to “Public.” Go to your repository's settings, locate the “Danger Zone” section, and check that the “Change repository visibility” option is set to “Public.”
  • Verify that you are the owner of the repository, not just a collaborator. Ownership allows you to control the repository's visibility and settings.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I add a submodule to my existing repo, make changes locally, and push all changes to my github?

If I fork someone else's private Github repo into my account, is it going to appear in my account as a public repo?

How to remove 'stargazer' on my GitHub repo?

How to tell if github repo ahead of my local git cloned repo

Why is my code red in my GitHub repo and how to disable it?

How to make the tabs appear in my JupyterLab Notebook?

How to make my widgets not to appear in center

How to make my square row appear properly

How to make my public Cocoa pods repo have documentation on cocoapods.org instead of directly redirecting to my github page?

How to make my image just appear on my button, and not overlap

How to make my controls to appear differently on my wpf application ?

How to make my App appear on my Android Device?

GitHub for Windows - How to delete a repo on my local computer?

How to fix a discrepancy between my local git repo, and the one on GitHub?

how to add link of my github repo to npm package?

How to load a feature branch from forked GitHub repo into my application?

How to add github private repo to my Helm environment

How can my GitHub repo have 1 visitor but 12 clones?

How do I copy a folder full of images to my github repo?

How do I push to my GitHub repo without cloning it again?

How to make my Github action fail if there is an error

How can I make my OS appear as if it is running virtualized?

How do I make my sprite image background appear transparent?

How to make my menu to appear below the Action Bar area

How do I make my menu appear on click with css

How to make PYGAME window appear on left corner of my monitor?

How can I make my div's appear in a horizontal way?

How can I make my navbar appear at a certain section?

How to make my JS tests appear in Kotlin Multiplatform project