Error while clicking on Sync #1668
Description
Working on the #1667 I tried from Visual Studio to click on Sync to get one update of the sub modules
Here is the error in text
Synchronizing submodule url for 'script'
Synchronizing submodule url for 'submodules/akavache'
Synchronizing submodule url for 'submodules/octokit.net'
Synchronizing submodule url for 'submodules/reactiveui'
Synchronizing submodule url for 'submodules/splat'
Cloning into 'C:/Users/laure/projects/GithubVisualStudio/script'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:github/VisualStudioBuildScripts' into submodule path 'C:/Users/laure/projects/GithubVisualStudio/script' failed
Failed to clone 'script'. Retry scheduled
Cloning into 'C:/Users/laure/projects/GithubVisualStudio/script'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:github/VisualStudioBuildScripts' into submodule path 'C:/Users/laure/projects/GithubVisualStudio/script' failed
Failed to clone 'script' a second time, aborting
Any clue what could be the problem?