I use my project at work, but I would like to work with him from home as I can log into my home machine to work with my project.
However, from home, I see the following
Follow the steps discussed on this GitHub help page.
https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh
git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://
git config --global url."git@github.com:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://