git 支持从服务器获取文件夹吗?
我运行 git fetch 命令从服务器获取更新。其他同事的小更新是可以的。但是当有人推送大量数据时,总是失败,并说:“致命:远程端意外挂断,1 Kib/s,致命:早期EOR致命:索引包失败”。
所以我想知道是否可以仅从同事那里获取更新的一部分,例如在某个文件夹下?
你有什么想法吗?
谢谢, 麦克风
I run the git fetch command to get the update from server. It's OK for small update from other colleagues. But when someone pushed a big amount of data, it always failed, and says:"fatal: The remote end hung up unexpectedly, 1 Kib/s, fatal: early EOR fatal: index-pack failed".
So I am wondering if it is possible to fetch only a part of the update from colleagues, e.g. under some folder?
Do you have any ideas?
Thanks,
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您在服务器上遇到内存问题? (请参阅此相关问题。)Git 可能会占用大量内存,尤其是存储库中的大文件,而且效果不佳例如,使用共享主机。
Maybe you are running into memory problems on the server? (See this related question.) Git can be quite memory hungry, especially with large files in the repository, and that does not play well with shared hosting machines, for example.