We are working on doing an upgrade to 5.0.1.1 so I am working on our test server at the moment which is on 4.18.2.
I am using the following:
php MatrixUpgrades/matrix_upgrade.php --verbose /opt/matrix/ 5-0-1-1
After it says "Cloning Matrix" for a while I get the error:
Cloning into '/opt/MatrixUpgrades/tmp/matrix.clone'... error: Failed connect to xxxxx.xxxxx.net:443; Connection timed out while accessing https://xxxxx.xxxxxx.net/xxxx/Matrix.git/info/refs fatal: HTTP request failed
*ERROR* Could not check out code (failed cmd: "/usr/bin/git clone 'https://xxxxx.xxxxxx.net/xxxx/Matrix.git' '/opt/MatrixUpgrades/tmp/matrix.clone' 2>&1")
(I added the xxxxx, wasn't sure what was public info...)
Git is install on the server.
Do I need to somehow authenticate with the git server?