I\'ve been deploying to Azure via Git for several months with no major issues, but now I\'ve seem to hit an error I can\'t get past.
I made a new Azure Web Site to c
I'm pretty sure that this isn't something you can fix on your own. I've also two websites where git push has been working fine this morning but now I get the same error. Let's wait and see what happens...
My Environment
Windows 7 running in VMWare Fusion on a Macbook Pro running El Capitan (ver. 10.11.5). Using Git Bash as my client. Azure App Services as my remote git destinations.
The Problem
I have two environments running as Web App (App Services) on Azure for the same site (a staging and a production environment).
When I push to the staging environment via git push , I have no problems.
When I push to the production via git push , I get the following error message:
RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
The remote end hung up unexpectedly
The Solution
After reading @redhotvengeance's Update, I fired up my Windows 7 desktop and pulled down the source code to it, then pushed to my Azure production environment (the deployment that was failing) and it completed the push without any issues.
It would seem that it might be an Azure / Mac issue of some kind.