msysgit的scp无法复制大文件
我在使用 msysgit(版本 1.7.1.msysgit.0)拖尾和 scp 大文件时遇到问题。 这篇文章表明存在问题与底层 cygwin 库。
有人知道解决或规避这些问题的好方法吗?
I'm having trouble both tailing and scp-ing big files with msysgit (version 1.7.1.msysgit.0). This post indicates there is something wrong with underlying cygwin libraries.
Anybody know a good way to fix or circumvent these issues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过使用更新版本的 msysgit ?
问题 409 和 此线程 两个报告都修复了大文件签出的问题(这不完全是您的情况,但可能会对您的问题产生一些影响)。
Did you try with a more recent version of msysgit?
Issue 409 and this thread both reports fixes for large files checkouts (which isn't exactly your case, but could have some influence on your issue).
目前,由于缺乏 64 位支持,大文件存在问题。收到 msysgit 开发人员的答复,需要 64 位 msys,我(或者可能更需要的人)必须将其移植到 64 位,并在完成后向 msysgit 团队报告。
Currently there are problems with big files due to lack of 64-bit support. Got a reply from an msysgit developer that 64-bit msys is required, and that I (or probably someone in greater need) will have to port it to 64-bit and report back to the msysgit team when done.