Hello, I have successfully setup gitosis on my
server thanks to this helpful howto.
Versions:
Server: CentOS 5
Desktop: Windows 7
Git (on Desktop): 1.6.5.1.1367.gcd48
Client: TortoiseGit 1.3.2.0 (with msysgit 1.6.1)
How can I clone a
Git repository from my
server when my SSH port is non the default (22)?
I believe that the URL ssh://
[email protected]:3031/gitosis-admin.
git works, but I get:
'/gitosis-admin.
git' does not appear
to be a
git repository
Thank you.