You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.gitmodules refers to git://localhost/bioinfo-c/libs/bioinfo-libs and git://localhost/bioinfo-c/libs/common-libs.
Direct initialization of a clone using git clone --recursive would require setting up those submodules locally.
It would be preferable to have these point to publicly-available repos (i'm assuming these would be https://github.com/opencb-hpg/bioinfo-libs.git and https://github.com/opencb-hpg/common-libs.git, respectively.
The text was updated successfully, but these errors were encountered:
.gitmodules
refers togit://localhost/bioinfo-c/libs/bioinfo-libs
andgit://localhost/bioinfo-c/libs/common-libs
.Direct initialization of a clone using
git clone --recursive
would require setting up those submodules locally.It would be preferable to have these point to publicly-available repos (i'm assuming these would be
https://github.com/opencb-hpg/bioinfo-libs.git
andhttps://github.com/opencb-hpg/common-libs.git
, respectively.The text was updated successfully, but these errors were encountered: