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

Add missing --local option in Azure instructions #1258

Merged
merged 1 commit into from
May 7, 2020

Conversation

nilushancosta
Copy link
Contributor

When dvc remote modify --local is executed after dvc remote add, it shows the error ERROR: configuration error - config file error: remote 'myremote' doesn't exists.

This seems to be caused because the given add command writes to .dvc/config while the given modify command attempts to modify the remote in .dvc/config.local.
This PR adds the missing --local option to the add command

Copy link
Contributor

@jorgeorpinel jorgeorpinel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right @nilushancosta, thanks!

@jorgeorpinel jorgeorpinel merged commit ee89ecb into iterative:master May 7, 2020
@jorgeorpinel
Copy link
Contributor

See also #1195 (review)

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.

2 participants