美文网首页
mac中用sourcetree下载clone代码出错:warni

mac中用sourcetree下载clone代码出错:warni

作者: 苹果上的小豌豆 | 来源:发表于2019-11-05 14:20 被阅读0次

mac中用sourcetree下载clone代码,结果出错:

git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree clone https://git.oschina.net/saicgroup/saicgroup_srt-ios.git /Users/minglong/saicgroup_srt-ios
Cloning into ‘/Users/minglong/saicgroup_srt-ios’…
warning: templates not found /usr/local/git/share/git-core/templates
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out
fatal: The remote end hung up unexpectedly
Completed with errors, see above

解决办法:

mkdir -p /usr/local/git/share/git-core/templates
sudo chmod -R 755 /usr/local/git/share/git-core/templates

相关文章

网友评论

      本文标题:mac中用sourcetree下载clone代码出错:warni

      本文链接:https://www.haomeiwen.com/subject/ipgsbctx.html