Hello. I have downloaded the latest recommended forge src as of now (1.7.10-10.13.2.1230). In the command prompt I run the following command: 
  
 
gradlew setupDecompWorkspace
 
  
It eventually results in the following error: 
  
 
* What went wrong:
A problem occurred configuring root project 'forge'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Could not download artifact 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT:ForgeGradle.jar'
      > Could not GET 'http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/1.2-SNAPSHOT/ForgeGradle-1.2-20141016.161126-202.jar'.
         > Connection to http://files.minecraftforge.net refused
 
  
I tried to access this URL in the browser, looks fine. I also tried to turn off firewall, same thing. Please advise.