Update file .gitmodules, icicle branch 1.3.0-RC no longer exists.
Update file .gitmodules, icicle branch 1.3.0-RC no longer exists. Changed from 1.3.0-RC to master. This problem was found when installing PH2_ACF_GUI. Providing console output below: (base) [muon@localhost Ph2_ACF_GUI]$ git submodule update --recursive --remote Submodule path 'InnerTrackerTests': checked out '5842e69eedd42e23b2b85d80766739f32a6e3cfc' Fetching submodule MessageUtils Fetching submodule NetworkUtils Submodule path 'Ph2_ACF': checked out '9dfb26338b0e9a64b04b40e20dd9b5030e066545' Submodule path 'felis': checked out '629ab836ac911a3d7cbe8f5982cfe43777a5046d' fatal: Unable to find refs/remotes/origin/1.3.0-RC revision in submodule path 'icicle'
After editing file.gitmodules icicle branch to master, we no longer get "fatal". Providing console output below: (base) [muon@localhost Ph2_ACF_GUI]$ git submodule update --recursive --remote Submodule path 'InnerTrackerTests': checked out '5842e69eedd42e23b2b85d80766739f32a6e3cfc' Fetching submodule MessageUtils Fetching submodule NetworkUtils Submodule path 'Ph2_ACF': checked out '9dfb26338b0e9a64b04b40e20dd9b5030e066545' Submodule path 'felis': checked out '629ab836ac911a3d7cbe8f5982cfe43777a5046d' Submodule path 'icicle': checked out 'c96564ebe00be7a9bc96d483ab175f96a91b82e0'