Thanks, I hadn’t thought about the SSH problem.  I’ll investigate.

From: Sergei Nikulov [mailto:[email protected]]
Sent: Friday, August 14, 2015 11:06 PM
To: Tevet, Avi A
Cc: [email protected]
Subject: Re: [CMake] ExternalProject git clone hangs on windows


15 авг. 2015 г. 3:04 AM пользователь "Tevet, Avi A" 
<[email protected]<mailto:[email protected]>> написал:
>
> Hi all,
>
>
> Can someone please tell me what I need to do so that I can use VS2015 to 
> build a project with git dependencies managed through ExternalProject_add?
>

Try clone git project using url from ExternalPoject_add.
Possible git will request something interactively - like add ssh key of remote 
host or request password.
If so, this was a reason for hang.

As solution - add host keys permanently or change url to https/local clone 
scheme.
If password used on ssh key - remove it if possible.

HTH,

>
> Thanks,
>
>
>
> Avi
>
>
> --
>
> Powered by www.kitware.com<http://www.kitware.com>
>
> Please keep messages on-topic and check the CMake FAQ at: 
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more 
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at 
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to