I did a few tests with git. Locally, all was fine.
One problem: when creating a bare repository on z/OS, and then trying to clone it from my laptop I get.
Cloning into ‘repos1’…
bash: git-upload-pack: command not found
fatal: Could not read from remote repository.
When showing the path with
ssh manfred@hostsystem ‘echo $PATH’
I get
/bin
which seems to be the compiled path on the sshd server side.
As a workaround I created symlinks of the git utilities in /bin but now I got
fatal: protocol error: bad line length character: ����
Perhaps I did a stupid mistake. If yes please enlighten me if not then my question: How do I configure the PATH variable so that I could clone from remote?
–
Thanks, Manfred
