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
I think I found an issue related to the submodules present in this repository.
Issue.
git clone with --recursive option fails Possible fix.
I think the issue is cause by setting the repository using SSH. The issue solves when I change the repository to HTTPS.
By editing .gitmodules and then replace line: url = git@github.com:JonathonLuiten/diff-gaussian-rasterization-w-depth.git
to: url = https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git
Then I reload the submodules using : git submodule update --init --recursive
But even so, I still issues with the submodules, during conda env install. 😑
The text was updated successfully, but these errors were encountered:
Hi @java311 just making sure are you ssh'd to your github account from the terminal you're using in windows. I think in my case it asked me the ssh password when I used the git submodule update --init --recursive and it was able to clone it. This looks like more of a git issue rather then a repo issue
Nik-V9
changed the title
Git clone with --recursive
Git Clone Issue on Windows
Dec 26, 2023
Hello
I think I found an issue related to the submodules present in this repository.
Issue.
git clone
with--recursive
option failsPossible fix.
By editing
.gitmodules
and then replace line:url = git@github.com:JonathonLuiten/diff-gaussian-rasterization-w-depth.git
to:
url = https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git
Then I reload the submodules using :
git submodule update --init --recursive
But even so, I still issues with the submodules, during conda env install. 😑
The text was updated successfully, but these errors were encountered: