On Wed, Feb 1, 2017 at 9:52 AM, Tanuj Kumar <kmrtnjs...@gmail.com> wrote:
> Hello everyone
> I am trying to build Avo2 on my system, which uses Ubuntu 16.04.
> I am unable to execute the command
>
> git submodule update --init
>
> required to update the repo. The error that I get is:
>
> Cloning into 'thirdparty/qttesting'...
> fatal: unable to access 'https://paraview.org/QtTesting.git/': SSL:
> certificate subject name (*.kitware.com) does not match target host name
> 'paraview.org'
> fatal: clone of 'git://paraview.org/QtTesting.git' into submodule path
> 'thirdparty/qttesting' failed
>
I don't know how you ended up with https as the protocol, checking the
.gitmodules file it is using git://paraview.org/QtTesting.git, try a
git submodule sync to sync the submodule URLs before the update. There
is an updated repo location I can substitute that probably does offer
https.

Marcus

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Avogadro-devel mailing list
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel

Reply via email to