uv/docs/concepts/projects
Art O Cathain 1bee9320f1
Clarify adding SSH Git dependencies (#13534)
The current instructions say 

> prefix a Git-compatible URL (i.e., that you would use with git clone)
with git+.

But this does not work with the URL that Github gives you when you
choose Clone -> SSH via the UI, which is of the form
`git@github.com:astral-sh/uv.git`. If you prefix this with `git+`, i.e.

`git+git@github.com:astral-sh/uv.git`

it does not work.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2025-05-20 14:20:15 +00:00
..
build.md Explain build frontend vs. build backend (#11094) 2025-01-30 19:48:47 +00:00
config.md Add note about uv build to package = false (#12608) 2025-04-02 08:33:27 -05:00
dependencies.md Clarify adding SSH Git dependencies (#13534) 2025-05-20 14:20:15 +00:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
init.md Build backend: Make preview default and add configuration docs (#12804) 2025-05-05 13:52:31 +00:00
layout.md Bump version to 0.6.15 (#13034) 2025-04-22 00:03:33 +00:00
run.md Add support for Windows legacy scripts via uv tool run (#12079) 2025-03-11 09:02:17 -05:00
sync.md Update the "Locking and syncing" page (#11647) 2025-02-26 12:20:27 -06:00
workspaces.md docs(workspaces): remove build-system (#10636) 2025-01-15 11:46:35 -06:00