python 项目问题

在使用Python项目时,启动命令:pip install uv -i Simple Index && uv sync && python main.py

因为有两个项目使用的是 gitee 公开依赖 git+https://gitee.com/manjim/fastapi-user-auth.git@master
死活安装不上,提示需要用户名密码验证,
换成 git+git://gitee.com/manjim/fastapi-user-auth.git@master 后他又不支持.。请问这个问题怎么解决。难道要直接把验证口令写到pyproject.toml文件吗