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 上运行 git。
我正在使用 Windows 共享共享 git 存储库(例如 //ip 地址/GitRepo.git)
问题是 git 似乎将此视为本地路径并在客户端上运行预接收挂钩!
例如,如果我的预接收挂钩由以下内容组成:
echo $(ls /C)
然后我看到客户端 C 驱动器的内容,而不是服务器
如何让预接收挂钩在服务器上运行?
没关系。只需使用 SSH 而不是 Windows 共享