关于git:使用git报错RPC-failed-HTTP-504-curl-22

26次阅读

共计 140 个字符,预计需要花费 1 分钟才能阅读完成。

应用 git pull 拉取近程仓库数据时, 残缺报错如下

error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: the remote end hung up unexpectedly

解决办法 : 增加参数--depth = 1

正文完
 0