Giter VIP home page Giter VIP logo

Comments (7)

nickbe avatar nickbe commented on August 21, 2024 1

Ah well I know what it is of course.... but this is a developers network with many PC and guys all working exclusively online. So there's no connection problem I'm afraid.

Besides. I did a git clone right before that. Which of course only works with a standing connection 😬

from arozos.

tobychui avatar tobychui commented on August 21, 2024

Hi! Your issue is not related to ArozOS. This message is generated by the go compiler and it seems like there is an network error occurred when the compiler try to download one of the dependencies.
Please make sure your device have internet access and try again later.

from arozos.

tobychui avatar tobychui commented on August 21, 2024

Oh I see, then it might be the problem of the dependencies.
Maybe you can try rebuilding the go module list by deleting the go.mod file and enter the following commands line / terminal at the arozos repo's root folder

go mod init "imuslab.com/arozos"
go mod tidy

This should rebuild the go mod list using go's native module manager. Next, you can try continue the building process with

go build

and see if that error appear again.

from arozos.

tobychui avatar tobychui commented on August 21, 2024

Hi @nickbe, any updates on your issue?

from arozos.

nickbe avatar nickbe commented on August 21, 2024

Same thing after go mod init and tidy I'm afraid...

from arozos.

tobychui avatar tobychui commented on August 21, 2024

Hi @nickbe , I have done a bit research for you and seems the only explanation is that there are some network issue occurred during the go compiler try to connect to the Github server. I have asked a few different developers to test out the build process and seems all of them didn't encounter your issue mentioned above.

By referencing the post from here and here, you can try to change the Go proxy parameter using the following commands:

go env -w GOPROXY=https://goproxy.cn,direct

or this

export GOPROXY=https://goproxy.io

If this still doesn't work, try another network connection / use your phone's access point when downloading this mod.

from arozos.

nickbe avatar nickbe commented on August 21, 2024

Thanks Toby. This in fact worked and the .exe was actually created instantly.
Finally starting to test :)

from arozos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.