修复本地TLS小于1.2版本时,claude安装失败的问题。#779
Open
haojin1182 wants to merge 2 commits into
Open
Conversation
安装claude前进行本地TLS检测,如果小于1.2,先设置协议到1.2,再执行安装脚本, Before installing claude, perform local TLS detection. If it is less than 1.2, set the protocol to 1.2 first, and then execute the script
安装claude前进行本地TLS检测,如果小于1.2,先设置协议到1.2,再执行安装脚本, Before installing claude, perform local TLS detection. If it is less than 1.2, set the protocol to 1.2 first, and then execute the script,
Contributor
|
I find this illogical. This problem is due to your device not updating Windows, not a software error, because I installed it normally without any issues. Wouldn't adding this command be redundant and unnecessary? |
Author
|
Sorry, it is not a fix to existing bugs or an update to new features. But from a business perspective, it is a way to exchange user experience at a very low cost. At least when I encountered unrelated red error messages during installation, I was very unhappy. The first image is very unprofessional, and I think most people would think like this,
Taking a step back, TLS1.1 is the default configuration for powerShell5.1, and Windows 11 will not update this configuration by default. I think it is still relatively popular.
But you're right, none of this is very important, I just hope it has a better experience.
Please forgive my poor English, it is machine translated. If there is anything wrong with what I said, please forgive me.
郝宇
***@***.***
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When using in Windows, perform local TLS detection before installing claude. If it is less than 1.2, set the protocol to 1.2 first, and then execute the installation script. Claude does not support LTS1.1 version
在windows中使用时,安装claude前进行本地TLS检测,如果小于1.2,先设置协议到1.2,再执行安装脚本,claude 不支持 LTS1.1版本。