实战项目 - Go 语言笔记服务丨青训营笔记

184 阅读1分钟

这是我参与「第三届青训营 -后端场」笔记创作活动的的第7篇笔记。

实践过程

配置环境

git clone 源码

git clone https://github.com/cloudwego/kitex-examples.git
//报错: GnuTLS recv error (-110): The TLS connection was non-properly terminated.
//解决方案:
apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
//然后在gitclone,成功