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.
如果您不登录,则无法从服务器中提取。但是,您可以从本地存储库中提取,然后推回服务器。
如果您可以从您自己的机器上访问此本地服务器上的 Windows/Samba 共享,我认为您可以从您的机器上执行此操作。您可以毫不费力地从您的机器上在该共享中运行 git,除非您没有从您的机器直接访问远程存储库的权限。
或者你可以像 CharlesB 说的那样做,这更“笨拙”。从本地机器获取远程,然后推送到本地服务器。对于其他同事,他们不会看到任何差异。