Snowflake 中的 Git 故障排除¶
使用本主题中描述的提示,解决在 Snowflake 中使用 Git 存储库时出现的问题。
错误消息:“Private endpoint corresponding to service name xxx does not exist.”¶
如果您没有为要访问的域名(服务)创建专用端点,则可能会看到此消息。
确保您已在 Snowflake 中配置专用端点并在云提供商端批准了该端点。有关更多信息,请参阅 配置专用链接连接。
错误消息:“Failed to perform operation 'clone'. SSL problems when connect to Git server”¶
当 HTTPS 证书出现问题时,您可能会看到此消息。例如,该域名的证书未由证书颁发机构签名,或者其链中不包含 Git 服务器域名。
错误消息:“Failed to connect to the Git Repository via Private Link.Please check your network configuration and ensure Private Link traffic is correctly routed.”¶
当 HTTPS 流量未正确路由到 Git 服务器时,您可能会看到此消息。
确保您在云服务提供商中正确路由流量。有关更多信息,请参阅 通过专用链接配置 Git 与 Snowflake 的集成 (https://community.snowflake.com/s/article/Configuring-Git-Integration-with-Snowflake-over-Private-Link)。