检查Github API 请求数失败, Traceback (most recent call last):
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_transports\default.py”, line 72, in map_httpcore_exceptions
httpcore.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\main.py”, line 138, in check_github_api_rate_limit
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1814, in get
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1585, in request
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1674, in send
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1702, in _send_handling_auth
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1739, in _send_handling_redirects
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_client.py”, line 1776, in send_single_request
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_transports\default.py”, line 376, in handle_async_request
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\contextlib.py”, line 158, in exit
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_transports\default.py”, line 89, in map_httpcore_exceptions
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:1000)
获取信息失败: Traceback (most recent call last):
File “C:\Users\ADMINI1\AppData\Local\Temp\ONEFIL1\httpx_transports\default.py”, line 72, in map_httpcore_exceptions
httpcore.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
请问这是怎么回事