how to access subversion server remotely

前端 未结 3 543
南方客
南方客 2021-01-06 15:07

I just installed VisualSVN server yesterday at my home computer and I can access my repositories ok at localhost but when I try to access it remotely, it won\'t connect. Am

3条回答
  •  温柔的废话
    2021-01-06 15:27

    Your router likely does not allow traffic through on port 443 (SSL) by default. You may have to set up a rule to let that happen. Many routers call this setting up a DMZ or something similar. The basic idea is to allow traffic on that one port to one specific computer inside your protected network.

提交回复
热议问题