Home>
You have joined a new project.
There are 3 sites, each of which is a stage to clone and work locally in the source tree.
Two of them can be cloned, and only one site will cause an error during cloning.
I investigated a lot but couldn't solve it. Please teach me.
error: RPC failed;HTTP 504 curl 22 The requested URL returned error: 504
Error taking too long to reply from server
1: Is the buffer on git running out?
git config --global http.postBuffer 32M
↑ I tried to increase to 32M, but it has not changed.
2: Is the repository too big?
https://qiita.com/segur/items/032431a3a2cbf0dc6d3d
↑ I tried to put various numerical values for the clone depth setting, but it was useless shallow clone.
3: Restart, shutdown
↑ It did not matter.
4: Uninstall git
↑ Re-installation was not allowed.
windows10
-
Answer # 1
Related articles
- aspnet - systemnullreferenceexception error occurs during file upload
- after cloning with git, an error occurred when pulling
- python - time-out error occurs during communication
- ruby - when posting an image, an error occurs where the image is not defined
- flutter - an error occurs in the implementation of onpressed
- [react native] i want to jump to the error part when an error occurs in the form
- python - import error occurs when accessing djangon admin
- cors error occurs when hitting api
- python - how to find error line when not-null constraint error occurs when executing migrate with django
- python 3x - error during fileget() in tkinter
- postgresql - an error occurs when storing 2*10 9 or more int type data in the db defined by sequelize if it is less than this nu
- java - an error occurs in the element part of the array and it does not resolve
- i want to know why an access error occurs when creating a vbo buffer in opengl
- syntax error occurs in nextjs + typescript
- reactjs - react + firestore an error occurs when trying to call multiple collections
- leaflet when javascript is made into a separate file, an error occurs and it is not displayed
- python 3x - an error occurs in the library for python3 tkinter drag and drop
- c++ - a compile error occurs in a function that uses concept
- ruby - an error occurs in yamldump using rspec string io
- java - kod-i want to know what to do when an error occurs in a method that should not have been written
Related questions
- Memory error when git pulling to remote server
- i am a git beginner git remote repository disappears there is a local repository can you give me some advice or tips on how to r
- github - git file location (super beginner)
- i want to return the entire project managed by git before pull request merge and before several commits
- [git] how to write a commit message
- git - settings with and without sourcetree proxy
- github - about git merge
- github - i want to download bitbuket files
- git - is it possible to manage the repository created on the rental server with gui like sourcetree?
- i got an error when trying to stash to feature/deva in git-flow format
Cloneing with https, connecting with SSH, and trying 1.2 below, it took about 50 minutes, but I was able to clone.
1: Is the buffer on git running out?
git config --global http.postBuffer 32M
2: Is the repository too big?
https://qiita.com/segur/items/032431a3a2cbf0dc6d3d