I and my friend have forked a private repo of another user with our respective user IDs. The forked repo is showing as private in both our accounts. I have done some changes in some branches and pushed it in my repo. I didn't do any Pull request. How can my friend track that branch from his repo?
He has added my repo as remote. But when he tries to fetch using
git fetch myRepo
He is getting the following error
remote: Repository not found.
fatal: repository 'https://github.com/myRepo/repo-name.git/' not found
I have tried addind my friend as a collaborator in my repo, but this is how the collaborator section of my repo looks like;