Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样一个问题要处理:
我在本地主机中使用 git,同时通过 ssh 到具有公共 IP 地址的 PC 进行工作。但问题是,我居住在 NAT 路由器后面,这意味着我没有任何公共 IP 地址。所以我只是将整个 git repo 发送到远程机器。但是我想在远程机器上设置 git pull (从本地机器拉/推更新),有什么可能的方法吗?
如果 localhost 没有公共 IP 地址,您将无法从远程计算机连接到它。您必须从 localhost 启动所有命令(例如git push, git pull,git fetch否则它将不起作用。
git push
git pull
git fetch