MacOS下安装Laradock失败:
> Downloading tarball...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 93 100 93 0 0 101 0 --:--:-- --:--:-- --:--:-- 101
100 609 0 609 0 0 316 0 --:--:-- 0:00:01 --:--:-- 1526
13 1211k 13 169k 0 0 1125 0 0:18:22 0:02:34 0:15:48 0
curl: (56) GnuTLS recv error (-9): A TLS packet with unexpected length was received.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
Failed to download https://yarnpkg.com/latest.ta...
ERROR: Service 'workspace' failed to build: The command '/bin/sh -c if [ ${INSTALL_YARN} = true ]; then [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" && if [ ${YARN_VERSION} = "latest" ]; then curl -o- -L https://yarnpkg.com/install.sh | bash; else curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version ${YARN_VERSION}; fi && echo "" >> ~/.bashrc && echo 'export PATH="$HOME/.yarn/bin:$PATH"' >> ~/.bashrc ;fi' returned a non-zero code: 1
请问该如何处理呢,感谢~