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
On the second command I get the error ERROR: configuration error - config file error: remote 'azuretest' doesn't exists.
When I run dvc remote list then azuretest is there. I don't get an error when I ommit the --local flag.
When I look at the .dvc/config and .dvc/config.local files, then there is an entry in the config file but the config.local file is empty. Is that where the error comes from?
Thanks for your help and your tool!
Cheers, Fabian
The text was updated successfully, but these errors were encountered:
Hi,
I'm running dvc 0.93.0 on a Mac installed with brew.
I want to setup an azure blob storage as a remote like explained in the docs. I run:
dvc remote add azuretest azure://mycontainername dvc remote modify --local azuretest connection_string "DefaultEndpointsProtocol=https;AccountName=..."
On the second command I get the error
ERROR: configuration error - config file error: remote 'azuretest' doesn't exists.
When I run
dvc remote list
thenazuretest
is there. I don't get an error when I ommit the --local flag.When I look at the
.dvc/config
and.dvc/config.local
files, then there is an entry in theconfig
file but theconfig.local
file is empty. Is that where the error comes from?Thanks for your help and your tool!
Cheers, Fabian
The text was updated successfully, but these errors were encountered: