-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedContribution especially encouragedContribution especially encouraged
Description
Summary
I want to install a package from my internal gitlab repo with the following command
uv tool install --allow-insecure-host git.example.com git+https://git.example.com/user/repo.gitbut I got some errors
Updating https://git.example.com/user/repo.git (HEAD) error: Git operation failed
Caused by: failed to fetch into: /home/user/.cache/uv/git-v0/db/xxx
Caused by: process didn't exit successfully: `/usr/bin/git fetch --force --update-head-ok 'https://git.example.com/user/repo.git' '+HEAD:refs/remotes/origin/HEAD'` (exit status: 128)
--- stderr
fatal: unable to access 'https://git.example.com/user/repo.git/': server certificate verification failed. CAfile: none CRLfile: none
When looking for existing issues, I found this one #8555 . Although they don't seem to be related.
I can bypass this issue by setting the environment variable GIT_SSL_NO_VERIFY=true though, as instructed here.
Platform
Ubuntu 22.04 (Linux 5.15.0-126-generic x86_64 GNU/Linux)
Version
uv 0.5.18
Python version
Python 3.12.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedContribution especially encouragedContribution especially encouraged