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 encountered an error when running the "setup_env.sh" script located in "diane/src/sanity_check/". Specifically, the "git clone" command that attempts to clone a repository from "git.seclab.cs.ucsb.edu" is failing with the following error message:
(base) ➜ sanity_check git clone [email protected]:peperunas/zeppolina.git
Cloning into 'zeppolina'...
ssh: Could not resolve hostname git.seclab.cs.ucsb.edu: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
It seems that the hostname cannot be resolved, which is preventing the cloning process from completing successfully. Can anyone provide guidance on how to resolve this issue? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
I encountered an error when running the "setup_env.sh" script located in "diane/src/sanity_check/". Specifically, the "git clone" command that attempts to clone a repository from "git.seclab.cs.ucsb.edu" is failing with the following error message:
It seems that the hostname cannot be resolved, which is preventing the cloning process from completing successfully. Can anyone provide guidance on how to resolve this issue? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: