[closed] RTC and GIT Integration: problem of the remote end hung up, during the cloning projects
Hi all,
The question has been closed for the following reason: "The question is answered, right answer was accepted" by davidhoney Sep 06 '23, 4:30 a.m.
Accepted answer
Hi Alberto,
Find the links below:
1) set the value (--max-old-space-size) to 8GB:
--max-old-space-size=8192
https://github.com/nodejs/node/wiki/Frequently-Asked-Questions
https://stackoverflow.com/questions/12978169/rangeerror-length-kmaxlength-while-reading-massive-text-file-with-nodejs
2) Double the value postBuffer to 1048576000
https://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning)
3) Change the below settings in nodejs (config.json) file.
"Server-Socket-Timeout" : 0,
Regards,
Arun.
3 other answers
Did you see any error in ccm.log?
Looking the error message, the issue looks like a Git problem which can be resolved by changing the postBuffer.
Searching the error by Google, you could find the solution mentioned below:
http://stackoverflow.com/questions/37085184/git-push-error-rpc-failed-curl-52
http://stackoverflow.com/questions/18436812/why-do-i-get-error-rpc-failed-result-52-http-code-0-fatal-the-remote-end-h
http://stackoverflow.com/questions/6842687/the-remote-end-hung-up-unexpectedly-while-git-cloning
Hi,
I am having a weird issue with Visual Studio for Mac. Have a look at the image below:
REMOVED URL
For some reason, the tiny little preview screen tile appears randomly when I hover over a tab (and this is not consistent but it happens randomly) and it then freezes everything by covering the editor with blue shaded cover. This makes the entire editor unusable and I have to restart the IDE to resume.
This is so disappointing that VS for Mac has always caused me random issues and has never been a stable IDE for me. Earlier it used to crash a lot and now this super annoying issue is killing my productivity.
Kindly look into it and fix it soon as it really hampers the productivity.
Thanks