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

Check git remote exists #125

Closed
wants to merge 10 commits into from
Closed

Check git remote exists #125

wants to merge 10 commits into from

Conversation

dberenbaum
Copy link
Contributor

Fixes iterative/dvclive#753.

Before this PR:

$ python train.py
WARNING:dvc_studio_client:Failed to post to Studio: {"detail":"Permission denied or repo not found, check that origin is a self-hosted gitlab repo"}
WARNING:dvclive:`post_to_studio` `start` failed.

After this PR:

$ python train.py
WARNING:dvc_studio_client:Couldn't find a valid Studio Repo URL.
You can try manually setting the environment variable `STUDIO_REPO_URL`.

@dberenbaum dberenbaum requested review from shcheklein and removed request for shcheklein December 11, 2023 16:44
@dberenbaum dberenbaum marked this pull request as draft December 11, 2023 16:45
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4563f8b) 100.00% compared to head (a8f1f49) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #125   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          292       297    +5     
  Branches        16        17    +1     
=========================================
+ Hits           292       297    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dberenbaum
Copy link
Contributor Author

Closing in favor of #126

@dberenbaum dberenbaum closed this Dec 11, 2023
@skshetry skshetry deleted the no-git-remote branch March 6, 2024 07:17
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

Successfully merging this pull request may close these issues.

DVCLive throws a weird warning when origin is not defined
2 participants