MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.67k stars 1.34k forks source link

Get "peer not authenticated " error on trying to build the project. #5159

Closed yili001 closed 11 months ago

yili001 commented 11 months ago

General Info

Operating System:win10 Java Version: openjdk11

What you were trying to do

Following the contributor quick start document, I am trying to build the project

What actually happened

After running command ./gradlew.bat game, it always give the following error(use idea's TerasologyPC run configuration gives same errors too):

FAILURE: Build failed with an exception.

Cervator commented 11 months ago

Hi there @yili001 - that is caused by our Artifactory instance being broken when you tried to build. It seems to be hitting another stretch of crashing once a day or so. I just fixed it so feel free to try again - although it might just be another temporary fix till the next crash.

yili001 commented 11 months ago

@Cervator Thanks, It works now.