Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the timeout of pulling large files by git

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains the "git pull large file timeout how to solve", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's train of thought slowly in depth, together to study and learn "git pull large file timeout how to solve" it!

1. Set the depth git clone-- depth 1 https://gitee.com/tcwong/pengExpressMS.git

Under the cd yyyy directory

2. Configuration file git config-add core.compression-13, pull master branch git fetch-unshallow4, configuration pull all branch codes

Go to the project root folder and modify the config file in the .git hidden folder directory

Fetch = + refs/heads/master:refs/remotes/origin/master

Modify to

Fetch = + refs/heads/*:refs/remotes/origin/*5, once again pull the replacement code git pull origin thank you for reading, the above is the "git pull large file timeout how to solve" the content, after the study of this article, I believe you on git pull large file timeout how to solve this problem has a deeper understanding, the specific use of the situation also need to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report