Skip to content

Issue with git submodule update --init Command #2586

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

Closed
amin1377 opened this issue Jun 5, 2024 · 1 comment
Closed

Issue with git submodule update --init Command #2586

amin1377 opened this issue Jun 5, 2024 · 1 comment
Assignees

Comments

@amin1377
Copy link
Contributor

amin1377 commented Jun 5, 2024

Expected Behavior

When I run git submodule update --init, I expect to initialize and update all of the submodules without any errors.

Current Behavior

When I run the mentioned command, I encounter the following error with the sockpp submodule:

Cloning into 'libs/EXTERNAL/sockpp'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:w0lek/sockpp.git' into submodule path 'libs/EXTERNAL/sockpp' failed

I also tried a clean clone (removing the VTR repo and cloning it again), and I faced the same issue. To work around this, when I want to build, I set VPR_USE_SERVER to OFF.

@soheilshahrouz
Copy link
Contributor

Closing as the PR was merged.

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

2 participants