Setting up Git Server on windows remote computer Setting up Git Server on windows remote computer bash bash

Setting up Git Server on windows remote computer


The format for ssh urls must be one of :

# 'ssh://' url :ssh://remoteserver@<ip_address>/test.git# scp-like syntax :remoterserver@<ip_address>:test.git

(link to docs)

The url you posted contains a :/ which makes it a mixture of both, you should modify this url to match one of the two accepted formats.