<div dir="ltr"><div>I am trying to install paraview using git following the Unix-like instructions at <a href="http://paraview.org/Wiki/ParaView:Build_And_Install#Checkout_Development_Version_from_git">http://paraview.org/Wiki/ParaView:Build_And_Install#Checkout_Development_Version_from_git</a> .  All this works fine (although I had to use &#39;http&#39; protocol to clone):</div>
<div><br></div><div><pre style="padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.1em">Prepare directory for download
 # mkdir $HOME/projects
 # cd $HOME/projects

To download the source code 
 # git clone git://<a href="http://paraview.org/ParaView.git">paraview.org/ParaView.git</a> ParaView
 # cd ParaView
 # git checkout -b trunk origin/master
 # git submodule init</pre></div><div><br></div><div>However, when I try the next step (git update submodules), I see this:</div><div><br></div><div>zzz@zzz:~/code/ParaView$ git submodule update</div><div>fatal: Needed a single revision</div>
<div>Unable to find current revision in submodule path &#39;ThirdParty/IceT/vtkicet&#39;</div><div><br></div><div>At first I thought it was an access issue, and changed the &#39;git&#39; protocol to &#39;http&#39; in the .gitmodules file, but I still see the same message.</div>
<div><br></div><div>Any help would be appreciated.</div><div><br></div><div><br></div><div><br></div><div><br></div></div>