From 05031becc3762b8b298e98046d6514a6cb6fb244 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 24 Jul 2025 17:40:55 -0500 Subject: [PATCH] Fix snapshot for GitHub message (#14881) --- crates/uv/tests/it/pip_install.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/uv/tests/it/pip_install.rs b/crates/uv/tests/it/pip_install.rs index 936f77aff..7a48b61fd 100644 --- a/crates/uv/tests/it/pip_install.rs +++ b/crates/uv/tests/it/pip_install.rs @@ -2479,8 +2479,7 @@ fn install_git_private_https_pat_not_authorized() { ├─▶ failed to clone into: [CACHE_DIR]/git-v0/db/8401f5508e3e612d ╰─▶ process didn't exit successfully: `git fetch --force --update-head-ok 'https://git:***@github.com/astral-test/uv-private-pypackage' '+HEAD:refs/remotes/origin/HEAD'` (exit status: 128) --- stderr - remote: Support for password authentication was removed on August 13, 2021. - remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. + remote: Invalid username or token. Password authentication is not supported for Git operations. fatal: Authentication failed for 'https://github.com/astral-test/uv-private-pypackage/' "); }