Can't export - internet connection issue

Status
Works as designed
Issue description

=It closes itself when exports=

This is my first use

  • Only 1 mod with 1 element to export
  • I cleaned all the mod
  • I reinstalled
  • I installed both 32-64 bit
  • I installed both the exe and zip
  • I restarted the computer
  • I changed the file location from C: to D:
  • I opened the exe as admin
  • I set to always open as the admin
  • I checked the gradle filed
  • I tried to find the solution from the internet both youtube and google
  • I tried more than 2 computers

None of them work

And they have a same issue like this

Executing gradle command: build
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
C:\Pylo\MCreator173>cd forge
C:\Pylo\MCreator173\forge>SET "JAVA_HOME=C:\Pylo\MCreator173\jdk64\"
C:\Pylo\MCreator173\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
C:\Pylo\MCreator173\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
C:\Pylo\MCreator173\forge>gradlew -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" build
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/2.0/userguide/gradle_daemon.html.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'forge'.
BUILD FAILED
> Could not resolve all dependencies for configuration '> Could not resolve net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT.
:classpath'.
Total time: 40.76 secs
     Required by:
         :forge:unspecified
> Could not GET 'http://repo1.maven.org/maven2/net/minecraftforge/gradle/ForgeGradle/1.2…'.
> Connection reset
> Could not GET 'http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGr…'.
> Connection reset
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
C:\Pylo\MCreator173\forge>
Task completed with return code 0 in 42758 milliseconds

Issue comments

The error you provided can be caused by any of these causes:

  • No internet connection
  • Slow internet connection
  • Firewall (on the computer, router or modem) blocking MCreator
  • AV blocking MCreator
  • ISP blocking MCreator or domains it is trying to access

Try to access one of the URLs in the log from the browser. If you can not access these files there too, it is an issue in general, otherwise, you can assume only MCreator got blocked when trying to access these files.