ERROR: Connection reset
时间: 2024-02-10 11:08:04 浏览: 178
java.net.SocketException: Connection reset 解决方法
以下是解决"ERROR: Connection reset"报错的两种方法:
1. 解决java.net.SocketException报错:
```java
try {
// Your code that may cause the SocketException
} catch (SocketException e) {
e.printStackTrace();
// Handle the exception
}
```
2. 删除.gradle文件夹:
```shell
rm -rf ~/.gradle
```
阅读全文