79398324

Date: 2025-01-29 22:20:57
Score: 0.5
Natty:
Report link

I identified the issue—I need to wrap the URL in quotes; otherwise, the & symbol is interpreted by the shell.

uv pip install "git+ssh://[email protected]/project/repository.git@branch-name#egg=package-name&subdirectory=subdirectory"

The UV team assisted me here.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Alon Barad