I get a fatal error every time I try to clone my Git repository:
I run this:
$ git clone sftp://foo@bar.ca/git/foobar.git
and I get this:
fatal: Unable to find remote helper for 'sftp'
I'm trying to clone from one server to another, both of which use SSH authentication.
Is there something I need to install to enable this SFTP remote helper?
Thanks in advance for any advice you can offer!