使用fastlane将Android应用程序上传到Fabric会显示此错误“获取远程文件时出错:对等方重置连接-SSL_connect”

时间:2019-05-15 08:20:13

标签: android ssl crashlytics google-fabric fastlane

我正在设置一台新机器来运行Android管道,当我尝试使用Fastlane将APK上传到Fabric时显示此错误:Fastlane出现错误

[!]提取远程文件时出错:对等连接重置连接-SSL_connect

我有代理,我已经在bash_profile,gradle.proprieties等/ profile中设置了代理

结果:

[11:47:10]: The `generated_fastfile_id` action was deprecated, you can remove the line from your `Fastfile`
[11:47:10]: ------------------------------
[11:47:10]: --- Step: default_platform ---
[11:47:10]: ------------------------------
[11:47:10]: Driving the lane 'beta_deploy' 
[11:47:10]: -----------------------------------------------
[11:47:10]: --- Step: Switch to upload_crashlytics lane ---
[11:47:10]: -----------------------------------------------
[11:47:10]: Cruising over to lane 'upload_crashlytics' 
[11:47:10]: -------------------------
[11:47:10]: --- Step: crashlytics ---
[11:47:10]: -------------------------
[11:47:10]: Downloading Crashlytics Support Library - this might take a minute...

+------------------+-------------+
|          Lane Context          |
+------------------+-------------+
| DEFAULT_PLATFORM | android     |
| PLATFORM_NAME    |             |
| LANE_NAME        | beta_deploy |
+------------------+-------------+

[11:47:10]: Error fetching remote file: Connection reset by peer - SSL_connect

+------+-----------------------------------+-------------+
|                    fastlane summary                    |
+------+-----------------------------------+-------------+
| Step | Action                            | Time (in s) |
+------+-----------------------------------+-------------+
| 1    | Verifying fastlane version        | 0           |
| 2    | default_platform                  | 0           |
| 3    | Switch to upload_crashlytics lane | 0           |
|    | crashlytics                       | 0           |
+------+-----------------------------------+-------------+

[11:47:10]: fastlane finished with errors

[!] Error fetching remote file: Connection reset by peer - SSL_connect
)

上载到Fabric是显示错误,我希望没有错误。

0 个答案:

没有答案