We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb37ac commit 84a1750Copy full SHA for 84a1750
dvc/commands/dataset.py
@@ -156,7 +156,7 @@ def add_parser(subparsers, parent_parser):
156
157
To import data from dvc/git repositories, \
158
add dvc:// schema to the repo url, e.g:
159
-dvc://git@github.com/iterative/example-get-started.git
+dvc://git@github.com:iterative/example-get-started.git
160
dvc+https://github.com/iterative/example-get-started.git""",
161
)
162
ds_add_parser.add_argument(
0 commit comments