how to change the python indexs url

When I tried to update the pdm like this:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>> pdm self update
[InvalidSchema]: Missing dependencies for SOCKS support.
Add '-v' to see the detailed traceback
> unset all_proxy
> pdm self update
Installing version 2.15.3 failed:
Looking in indexes: http://admin:****@192.168.50.90:8092/repository/group-pypi/simple
WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS
instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'.
ERROR: Could not find a version that satisfies the requirement pdm==2.15.3 (from versions: none)
ERROR: No matching distribution found for pdm==2.15.3
WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS
instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'.
</code>
<code>> pdm self update [InvalidSchema]: Missing dependencies for SOCKS support. Add '-v' to see the detailed traceback > unset all_proxy > pdm self update Installing version 2.15.3 failed: Looking in indexes: http://admin:****@192.168.50.90:8092/repository/group-pypi/simple WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'. ERROR: Could not find a version that satisfies the requirement pdm==2.15.3 (from versions: none) ERROR: No matching distribution found for pdm==2.15.3 WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'. </code>
> pdm self update
[InvalidSchema]: Missing dependencies for SOCKS support.
Add '-v' to see the detailed traceback
> unset all_proxy
> pdm self update
Installing version 2.15.3 failed:
Looking in indexes: http://admin:****@192.168.50.90:8092/repository/group-pypi/simple
WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS 
instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'.
ERROR: Could not find a version that satisfies the requirement pdm==2.15.3 (from versions: none)
ERROR: No matching distribution found for pdm==2.15.3
WARNING: The repository located at 192.168.50.90 is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS 
instead, otherwise you may silence this warning and allow it anyway with '--trusted-host 192.168.50.90'.

how to change the indexs url? I have tried pdm config, and search 192.168.50.90:8092 global in macOS operation system. I also checked the pip3 list, did not found where config this indexs, what should I do to restore these config? The pdm config look like this:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>> pdm config
Site/default configuration (/Library/Application Support/pdm/config.toml):
build_isolation = True
cache_dir = /Users/xiaoqiangjiang/Library/Caches/pdm
check_update = True
global_project.fallback = False
global_project.fallback_verbose = True
global_project.path = /Users/xiaoqiangjiang/Library/Application Support/pdm/global-project
global_project.user_site = False
install.cache = False
install.cache_method = symlink
install.parallel = True
pypi.ignore_stored_index = False
pypi.json_api = False
pypi.url = https://pypi.org/simple
pypi.verify_ssl = True
python.providers = ['venv', 'path', 'asdf', 'pyenv', 'rye', 'winreg', 'macos']
python.use_pyenv = True
python.use_venv = True
strategy.resolve_max_rounds = 10000
strategy.save = minimum
strategy.update = reuse
theme.error = red
theme.info = blue
theme.primary = cyan
theme.req = bold green
theme.success = green
theme.warning = yellow
venv.backend = virtualenv
venv.in_project = True
venv.location = /Users/xiaoqiangjiang/Library/Application Support/pdm/venvs
venv.prompt = {project_name}-{python_version}
venv.with_pip = False
Home configuration (/Users/xiaoqiangjiang/Library/Application Support/pdm/config.toml):
pypi.url = https://pypi.tuna.tsinghua.edu.cn/simple
Project configuration (/Users/xiaoqiangjiang/pdm.toml):
PDM 2.10.4 is installed, while 2.15.3 is available.
Please run `pdm self update` to upgrade.
Run `pdm config check_update false` to disable the check.
</code>
<code>> pdm config Site/default configuration (/Library/Application Support/pdm/config.toml): build_isolation = True cache_dir = /Users/xiaoqiangjiang/Library/Caches/pdm check_update = True global_project.fallback = False global_project.fallback_verbose = True global_project.path = /Users/xiaoqiangjiang/Library/Application Support/pdm/global-project global_project.user_site = False install.cache = False install.cache_method = symlink install.parallel = True pypi.ignore_stored_index = False pypi.json_api = False pypi.url = https://pypi.org/simple pypi.verify_ssl = True python.providers = ['venv', 'path', 'asdf', 'pyenv', 'rye', 'winreg', 'macos'] python.use_pyenv = True python.use_venv = True strategy.resolve_max_rounds = 10000 strategy.save = minimum strategy.update = reuse theme.error = red theme.info = blue theme.primary = cyan theme.req = bold green theme.success = green theme.warning = yellow venv.backend = virtualenv venv.in_project = True venv.location = /Users/xiaoqiangjiang/Library/Application Support/pdm/venvs venv.prompt = {project_name}-{python_version} venv.with_pip = False Home configuration (/Users/xiaoqiangjiang/Library/Application Support/pdm/config.toml): pypi.url = https://pypi.tuna.tsinghua.edu.cn/simple Project configuration (/Users/xiaoqiangjiang/pdm.toml): PDM 2.10.4 is installed, while 2.15.3 is available. Please run `pdm self update` to upgrade. Run `pdm config check_update false` to disable the check. </code>
> pdm config
Site/default configuration (/Library/Application Support/pdm/config.toml):
build_isolation = True
cache_dir = /Users/xiaoqiangjiang/Library/Caches/pdm
check_update = True
global_project.fallback = False
global_project.fallback_verbose = True
global_project.path = /Users/xiaoqiangjiang/Library/Application Support/pdm/global-project
global_project.user_site = False
install.cache = False
install.cache_method = symlink
install.parallel = True
pypi.ignore_stored_index = False
pypi.json_api = False
pypi.url = https://pypi.org/simple
pypi.verify_ssl = True
python.providers = ['venv', 'path', 'asdf', 'pyenv', 'rye', 'winreg', 'macos']
python.use_pyenv = True
python.use_venv = True
strategy.resolve_max_rounds = 10000
strategy.save = minimum
strategy.update = reuse
theme.error = red
theme.info = blue
theme.primary = cyan
theme.req = bold green
theme.success = green
theme.warning = yellow
venv.backend = virtualenv
venv.in_project = True
venv.location = /Users/xiaoqiangjiang/Library/Application Support/pdm/venvs
venv.prompt = {project_name}-{python_version}
venv.with_pip = False

Home configuration (/Users/xiaoqiangjiang/Library/Application Support/pdm/config.toml):
pypi.url = https://pypi.tuna.tsinghua.edu.cn/simple

Project configuration (/Users/xiaoqiangjiang/pdm.toml):

PDM 2.10.4 is installed, while 2.15.3 is available.
Please run `pdm self update` to upgrade.
Run `pdm config check_update false` to disable the check.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật