We have a course repository in GitLab.
Every member has their own Git repository.
It seems like when one of the members have issues, they share their GitLab SSH URL git@organizationname:coursename/username1.git, and someone will go to their repo and try to find the problem.
My question is, How can I check other people's repo on my machine?
I tried to add other people's ssh link remote and can see their remote when in check remote list (git remote -v) but can see their repo.