On Tue, 24 Nov 2015, Sven Schreiber wrote:
Sorry for populating this thread all by myself, but my first
git-commit-push
ever is failing. [...]
I would guess that the step "export CVS_RSH=ssh" has to be replaced with
something git-related, or is this ssh key thing completely history now?
Just to clarify this. The CVS_RSH environment variable is irrelevant
when using git, and no analogous environment variable is required.
However, the "ssh key thing" is not history; your git changes are
uploaded via ssh. That mechanism gets baked into your local copy when
you clone the repository the right way for write access, as in
git clone ssh://<whatever>
Allin