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
without pushing your new commit, enqueue the task (or run remote with execute_remotely)
The leak happen for both private and public github repo.
Eg: output that I redacted with REDACTED:
[...]
ERROR: Could not build wheels for SAM_2, which is required to install pyproject.toml-based projects
RequirementsManager handler <clearml_agent.helper.package.external_req.ExternalRequirements object at 0x7f472e4ff100> raised exception: Failed installing GIT/HTTPs package 'git+https://REDACTED:[email protected]/facebookresearch/segment-anything-2.git@86827e2fbae8a293f61d51caa70a4b0602c04454#egg=SAM_2'
clearml_agent: ERROR: Could not install task requirements!
Failed installing GIT/HTTPs package 'git+https://REDACTED:[email protected]/facebookresearch/segment-anything-2.git@86827e2fbae8a293f61d51caa70a4b0602c04454#egg=SAM_2'
[...]
clearml-agent v1.9.2 (self hosted)
The text was updated successfully, but these errors were encountered:
hieutomra
changed the title
git credential leak in Console log while failing to do pull a repo
git credential leak in Console log while failing to pull a repo
Feb 18, 2025
I double check and you are right: this actually happen during a pip install of dependency and don't leak during the principal git pull of the task (even faulty)
Typically, to reproduce this, you need to:
execute_remotely
)The leak happen for both private and public github repo.
Eg: output that I redacted with
REDACTED
:clearml-agent v1.9.2 (self hosted)
The text was updated successfully, but these errors were encountered: