- 文件名过长
错误信息:
error: unable to create file linkis-engineconn-plugins/linkis-engineconn-plugin-framework/linkis-engineconn-plugin-core/src/main/scala/com/webank/wedatasphere/linkis/manager/engineplugin/common/launch/process/JavaProcessEngineConnLaunchBuilder.scala: Filename too long
解决办法:
git config --global core.longpaths true
- rpc异常
错误信息:
error: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
error: 7606 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
解决方案:
git config --global http.sslVerify "false"
接着又报错:
fatal: unable to access 'https://github.com/apache/incubator-linkis.git/': Failed to connect to github.com port 443 after 21045 ms: Timed out
我的操作:
git config --global http.postBuffer 524288000
git init
之后就可以了