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
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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: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
toOFF
.The text was updated successfully, but these errors were encountered: