作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我在 armv7l 上运行 Ubuntu 18.04 LTS。我在代理内运行 git clone(我正确设置了代理变量),但现在我明白了;
fatal: unable to access '<my_git>.git/': gnutls_handshake() failed: An unexpected TLS packet was received.
它曾经在 Ubuntu 16.04 中工作。我检查了this solution但它对我不起作用。我想做的就是 git clone。
最佳答案
终于找到答案了。看来我必须这样做:
git config --global http.proxy http://<my_proxy>:<my_port>
git config --global https.proxy https://<my_proxy>:<my_port>
在这上面花了一些时间,但幸运的是它最终起作用了。我原以为这很难修复,但事实证明这是一些我以前从未在 Ubuntu 16.04 上执行过的命令。
关于git 克隆错误 : gnutls_handshake() failed: An unexpected TLS packet was received,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51088635/
我是一名优秀的程序员,十分优秀!