Code Monkey home page Code Monkey logo

Comments (10)

qti3e avatar qti3e commented on May 2, 2024 2

@Adherentman It seems your cloned version of v8 corrupted, I'm not a git expert but maybe re-cloning v8 might work...

cd $GOPATH/src/github.com/ry/v8worker2
rm -rf v8
git clone https://github.com/v8/v8.git
cd v8
git checkout fe12316ec4b4a101923e395791ca55442e62f4cc

from deno.

Foveluy avatar Foveluy commented on May 2, 2024 1

@Adherentman most Chinese users have to use VPN please .
Not only applying to browser but also your terminal, and make sure to set up a proxy for git:

git config --global http.proxy "localhost:xxxx"
git config --global https.proxy "localhost:xxxx"

from deno.

wbgbg avatar wbgbg commented on May 2, 2024

I use depot tools to fetch v8.

export PATH=$PATH:$GOPATH/src/github.com/ry/v8worker2/depot_tools
cd $GOPATH/src/github.com/ry/v8worker2
rm -rf v8
fetch v8
cd v8
git checkout fe12316

from deno.

ztplz avatar ztplz commented on May 2, 2024

Try vpn please.
I build success in my mac.

from deno.

maxmcd avatar maxmcd commented on May 2, 2024

FWIW I'm also getting this error on a fresh build within a docker image. Can reproduce with:

FROM golang:1.10-stretch
RUN go get -u github.com/ry/v8worker2

A manual clone of v8 still works as a fix.

from deno.

Adherentman avatar Adherentman commented on May 2, 2024

@Foveluy @ztplz Thanks,I promise my vpn is working。
Now,I'm try clone v8 👍

from deno.

Adherentman avatar Adherentman commented on May 2, 2024

@qti3e @ztplz
First of all thank everyone for your help. The previous issue has been solved.

But I get have new Issue, OS: Macos 10.13.4

  • In #71 , I try export PATH="$PATH:$GOPATH/bin".But not work

wx20180602-121239 2x

from deno.

Foveluy avatar Foveluy commented on May 2, 2024

@Adherentman

Great, it seems like you have made it to the last step, just try append the following to your ~/.zshrc

export GOROOT=/usr/local/go # where your `go` sitting, usually here ( Mac )
export GOPATH=$HOME/go # means `~/go` 
export PATH=$PATH:$HOME/go/bin:$GOPATH/bin

after doing so, try to get protoc-gen-go again.

from deno.

ztplz avatar ztplz commented on May 2, 2024

@Adherentman Reinstall protoc-gen-go and export PATH="$PATH:$GOPATH/bin".

from deno.

Adherentman avatar Adherentman commented on May 2, 2024

@Foveluy @ztplz nice,Thanks everyone again
it's work:)
I will close this issue! And hope this issue will help people who have the same problem!
wx20180602-142452 2x

from deno.

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.