应用 git pull
拉取近程仓库数据时, 残缺报错如下
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: the remote end hung up unexpectedly
解决办法 : 增加参数--depth = 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