git克隆时报错
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out
原因:是我们克隆的文件太大了
解决方法:加 --depth-1 (depth用于指定克隆深度,为1表示只克隆最近一次commit.)
具体命令:git clone giturl --depth=1 ‘git地址’
git克隆时报错
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out
原因:是我们克隆的文件太大了
解决方法:加 --depth-1 (depth用于指定克隆深度,为1表示只克隆最近一次commit.)
具体命令:git clone giturl --depth=1 ‘git地址’
本文标题:2019-10-31
本文链接:https://www.haomeiwen.com/subject/vrmzvctx.html
网友评论