In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the relevant knowledge of "what to do when installing brew in mac". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Git error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Error message:
Total 116323 (delta 81906), reused 116320 (delta 81905)
POST git-receive-pack (130907163 bytes)
Error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
Fatal: The remote end hung up unexpectedly
Fatal: The remote end hung up unexpectedly
Everything up-to-date
Git may encounter the error shown in the title when it comes to a large project in pull or push.
Solution:
It is often said on the Internet that this is due to the submission or pull failure of large files. However, after testing by myself, if it is errno 56, then there should be a problem with large files or commit cache. This is not the case with errno 54. The solution to the 56 error is consistent with that of most articles on the Internet. All are to increase the cache configuration, for example, the following is to configure the commit cache to 500m.
> git config-- global http.postBuffer 524288000
> git config-- global https.postBuffer 524288000
For the error of errno 54, neither http nor https protocol can be submitted properly after trying. The code must be submitted in ssh mode instead. That is, you must use public and private keys to verify the account and submit the code.
This is the end of the content of "what to do if you encounter errors in installing brew in mac". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.