Hi, git version 2.26.2 OS: MacOS 10.15.5 Install via brew Let say my project has following remotes: $ git remote -v git.all "server A git url" (fetch) git.all "server A git url" (push) git.all "server B git url" (push) git.all "server C git ur" (push) When all serverA/B/C are online, "git push" works. However "git push" will stop at the first server it failed to connect. So if git cannot connect to server A, it will not continue with server B/C. In the past I have server C turn off from time to time, so failing the last push is expected. However recently server A went offline completely and we notice git is not pushing to the remaining 2 remotes. Not sure if this is intended behavior or can be improved. John Siu