We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(alternatively also tried the same with ssh and different ways writing it) In comparison via cli its possible to deploy it directly, similar to this
Task can be created and repo added as target for labeling
Error: Error: Repository status check failed. Traceback (most recent call last): File "/home/django/cvat/apps/dataset_repo/dataset_repo.py", line 220, in init_repos self._rep = git.Repo(self._cwd) File "/opt/venv/lib/python3.10/site-packages/git/repo/base.py", line 210, in __init__ raise NoSuchPathError(epath) git.exc.NoSuchPathError: /home/django/data/tasks/149/artifacts/repos ... raise Exception("Git repository URL does not satisfy pattern") Exception: Git repository URL does not satisfy pattern
Error: Repository status check failed. Traceback (most recent call last):
File "/home/django/cvat/apps/dataset_repo/dataset_repo.py", line 220, in init_repos
self._rep = git.Repo(self._cwd)
File "/opt/venv/lib/python3.10/site-packages/git/repo/base.py", line 210, in __init__
raise NoSuchPathError(epath)
git.exc.NoSuchPathError: /home/django/data/tasks/149/artifacts/repos
...
raise Exception("Git repository URL does not satisfy pattern")
Exception: Git repository URL does not satisfy pattern
2.6
Docker 24.0.5
Linux
The text was updated successfully, but these errors were encountered:
This feature was removed in #6904 as outdated. Please, consider using cloud storages instead.
Sorry, something went wrong.
No branches or pull requests
My actions before raising this issue
Steps to Reproduce (for bugs)
(alternatively also tried the same with ssh and different ways writing it)
In comparison via cli its possible to deploy it directly, similar to this
Expected Behaviour
Task can be created and repo added as target for labeling
Current Behaviour
Error:
Error: Repository status check failed. Traceback (most recent call last):
File "/home/django/cvat/apps/dataset_repo/dataset_repo.py", line 220, in init_repos
self._rep = git.Repo(self._cwd)
File "/opt/venv/lib/python3.10/site-packages/git/repo/base.py", line 210, in __init__
raise NoSuchPathError(epath)
git.exc.NoSuchPathError: /home/django/data/tasks/149/artifacts/repos
...
raise Exception("Git repository URL does not satisfy pattern")
Exception: Git repository URL does not satisfy pattern
Your Environment
2.6
Docker 24.0.5
Linux
The text was updated successfully, but these errors were encountered: