Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Clone Issue on Windows #15

Closed
java311 opened this issue Dec 8, 2023 · 3 comments
Closed

Git Clone Issue on Windows #15

java311 opened this issue Dec 8, 2023 · 3 comments
Assignees

Comments

@java311
Copy link

java311 commented Dec 8, 2023

Hello

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. 😑

@java311
Copy link
Author

java311 commented Dec 8, 2023

Capture of the error :
debug_output

@darshit-desai
Copy link

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 Nik-V9 changed the title Git clone with --recursive Git Clone Issue on Windows Dec 26, 2023
@Nik-V9
Copy link
Contributor

Nik-V9 commented Dec 26, 2023

Closing this issue due to inactivity, please feel free to re-open. I would recommend following: #9

@Nik-V9 Nik-V9 closed this as completed Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants