Execute the following commands when upgrading the flutter
Flutter upgrade
Unfortunately, for some reason, it cannot be accessed. The following error is reported
Standard error: fatal: unable to access
'https://github.com/flutter/flutter.git/': LibreSSL SSL_connect:
SSL_ERROR_SYSCALL in connection to github.com:443
You can set the routing agent. The command is as follows:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
Note that the port can be modified according to its own configuration. Set or not set HTTPS according to your needs
if you want to cancel the proxy setting, you can use the following command:
git config --global --unset http.proxy
git config --global --unset https.proxy
After setting, test OK
Git config — the global command will add the following configuration in the ~ /. Gitconfig file
[http]
proxy = http://127.0.0.1:1080
[https]
proxy = https://127.0.0.1:1080
Note:
there is another way to use this command. It has not been tested yet. Save it first
git config --global --add remote.origin.proxy
Read More:
- Flutter Xcode Module not found or LibreSSL SSL_connect: SSL_ERROR_SYSCALL
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- How to Solve Project Upgrade to flutter2.5.0 Error
- [Solved] Git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- SSL_read: SSL_ERROR_SYSCALL, errno 10054 [How to Solve]
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] github Access Error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054
- git clone,pod install error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- [Solved] Github Push Codes Error: “error:RPC failed;curl 56 OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054”
- MAC: Brew upgrade Error [How to Fix]
- Cocoapods Upgrade Error: ffi * * * * [How to Solve]
- [Solved] Flutter SDK constraint error: pub get failed (65; See…
- [Solved] Project Upgrade Gradle error (Bugly is integrated)
- How to Fix Node SASS Error in Vue + webpack project after nodejs upgrade
- [Solved] Xcode13.1 Upgrade Error: CocoaPods installed but not working Failed to build gem native extension
- How to Solve 0xc1900101 Error (Win10 upgrade Win11)