-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Summary
➜ uv init uvtest5 -v
DEBUG uv 0.7.7
DEBUG No Python version file found in ancestors of working directory: /mnt/workspace/gyz/uvtest5
DEBUG Checking for Python environment atuvtest5/.venv
DEBUG Searching for default Python interpreter in managed installations or search path
DEBUG Searching for managed installations at/root/.local/share/uv/python
DEBUG Found managed installationcpython-3.9.22-linux-x86_64-gnu
DEBUG Foundcpython-3.9.22-linux-x86_64-gnuat/root/.local/share/uv/python/cpython-3.9.22-linux-x86_64-gnu/bin/python3.9(managed installations)
DEBUGgit rev-parse --is-inside-work-treefailed but didn't containnot a git repositoryin stderr for/mnt/workspace/gyz/uvtest5
DEBUG No Python version file found in ancestors of working directory: /mnt/workspace/gyz/uvtest5
DEBUG Writing Python versions to/mnt/workspace/gyz/uvtest5/.python-version
Initialized projectuvtest5at/mnt/workspace/gyz/uvtest5
➜ git rev-parse --is-inside-work-tree
fatal: 不是 git 仓库(或者直至挂载点 /mnt 的任何父目录)
停止在文件系统边界(未设置 GIT_DISCOVERY_ACROSS_FILESYSTEM)。
➜ git --version
git version 2.25.1
➜ echo $LANG
zh_CN.UTF-8
Platform
centos
Version
0.7.7
Python version
python3.8
