I am using Eclipse 2021-12 with EGit on a MacBook and created a local repo on it to track my new project. Just made my first commit. I have a desktop (a Mac running on Snow Leopard) on the LAN with git already installed from 2014 and has an existing git repo in the home dir holding other existing projects (unrelated to the new one on the MacBook).
How do I share my new project onto the desktop git repo? Do I simply do a push to the existing repo on the desktop? I've been trying Remote > Push over ssh and would get:
Transport Error: Cannot get remote repository refs.
ssh://niemand@desktop:22/Users/niemand/git-repo/: cannot execute: git-upload-pack '/Users/niemand/git-repo/'
Then I tried Create Remote in Git Repositories view and got a Problem Occurred dialog at Create or Edit Refspec:
ssh://niemand@desktop:22/Users/niemand/git-repo/: cannot execute: git-upload-pack '/Users/niemand/git-repo/'