神奇的 China
买的阿里云机器,git clone 不下来,报错:
A TLS packet with unexpected length was received
摸不到头脑,Google 之,在 StackOverFlow 上面找到一个神奇的答案:
If you are in china,may be you should set proxy for git,for example
git config --global https.proxy 'socks5://127.0.0.1:9999'
竟然有效!
相关文章
“我的代码被同事覆盖了!”——帮群里的同学解决 Git 问题
本站 2024 年招商持续进行中,欢迎各位老板前来投放: https://blog.meathill.com/ […]
2024-02-054 分钟
2023 Git 必备知识(三):小知识推荐配置与小技巧
(本文好像内容较少,我会继续完善。) Git 系列文章 “我们有多个客户,交付给每个客户的功能不一样,要维护几 […]
2023-02-025 分钟
2023 Git 必备知识(二):常见问题解决
Git 系列文章 处理 hotfix 有时候,我们在迭代中间,会发现 master 存在一些 bug,于是我们 […]
2023-01-265 分钟


