git svn提取操作的超时设置 [英] Timeout setting on git svn fetch operation

查看:75
本文介绍了git svn提取操作的超时设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在git svn fetch命令上设置超时.如果获取过程花费的时间超过特定的时间间隔(例如10分钟),则应将其超时.是否可以在git命令本身中这样做?或任何其他可能的方式来做到这一点?

I need to set the timeout on git svn fetch command. The fetch process should be timed out if it takes more than specific time interval(say 10 mins).Is it possible do like this in git command itself ? Or any other possible way to do this ?

推荐答案

在Linux中使用 命令:

timeout 10m git svn fetch

这篇关于git svn提取操作的超时设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆