Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

set_dagshub_repo.bat 379 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. SET /P DAGSHUB_USER="Username: "
  2. SET /p DAGSHUB_REPO="Repo name: "
  3. SET /p DAGSHUB_PASS="Password: "
  4. dvc remote add origin "https://DagsHub.com/%DAGSHUB_USER%/%DAGSHUB_REPO%.dvc" -f
  5. dvc remote default origin
  6. dvc remote modify origin --local user %DAGSHUB_USER%
  7. dvc remote modify origin --local auth basic
  8. dvc remote modify origin --local password %DAGSHUB_PASS%
  9. SET DAGSHUB_PASS=
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...