Explorar o código
QtTesting: Update Git repository URL to fix invalid cert issues.
Since QtTesting development has been moved to Github, this commit
updates the URL accordingly.
The error occurred when using git protocol:
git clone https://paraview.org/QtTesting.git
Cloning into 'QtTesting'...
fatal: unable to access 'https://paraview.org/QtTesting.git/': Unknown SSL protocol error in connection to paraview.org:443
git clone https://paraview.org/QtTesting.git
Cloning into 'QtTesting'...
fatal: unable to access 'https://paraview.org/QtTesting.git/': SSL certificate problem: unable to get local issuer certificate
Reported-by: Sergey Aleshin <4memph@gmail.com>
Thanks: Sergey Aleshin <4memph@gmail.com>