Git Product home page Git Product logo

egoshop's People

Contributors

askuy avatar dependabot[bot] avatar hotlightline avatar yitume-saber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

egoshop's Issues

记录一个mac上的运行问题

问题描述:

➜ egoshop git:(master) ✗ cd appgo
➜ appgo git:(master) ✗ go build
verifying github.com/coreos/[email protected]+incompatible: checksum mismatch
downloaded: h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=
go.sum: h1:KjVWqrZ5U0wa3CxY2AxlH6/UcB+PK2td1DcsYhA+HRs=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.
➜ appgo git:(master) ✗ go get
verifying github.com/coreos/[email protected]+incompatible: checksum mismatch
downloaded: h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=
go.sum: h1:KjVWqrZ5U0wa3CxY2AxlH6/UcB+PK2td1DcsYhA+HRs=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

解决:
先删除go.sum文件,然后执行

➜ appgo git:(master) ✗ go get
➜ appgo git:(master) ✗ go build
➜ appgo git:(master) ✗ ./appgo install

(/Users/samtake/Documents/GitHub/egoshop/appgo/command/install/install.go:62)
[2020-02-22 19:01:24] [28.79ms] CREATE TABLE banner (id int AUTO_INCREMENT NOT NULL COMMENT '主键ID',created_at DATETIME NULL COMMENT '注释',updated_at DATETIME NULL COMMENT '注释',deleted_at DATETIME NULL COMMENT '注释',created_by int NOT NULL COMMENT '注释',updated_by int NOT NULL COMMENT '注释',res_type int NOT NULL,title varchar(255) NOT NULL,link varchar(255) NOT NULL,image varchar(255) NOT NULL,content varchar(255) NOT NULL,enable int NOT NULL,start_time bigint NOT NULL,end_time bigint NOT NULL,part_id int NOT NULL , PRIMARY KEY (id)) ENGINE=InnoDB
[0 rows affected or returned ]

(/Users/samtake/Documents/GitHub/egoshop/appgo/command/install/install.go:62)
[2020-02-22 19:01:24] [46.62ms] CREATE TABLE com (id int AUTO_INCREMENT NOT NULL COMMENT '主键id',created_at DATETIME NULL COMMENT '创建时间',updated_at DATETIME NULL COMMENT '更新时间',deleted_at DATETIME NULL COMMENT '注...

-end.

mac 运行

real 0m33.012s
user 0m50.170s
sys 0m8.239s
/bin/sh: /Users/l..../go/src/github.com/i2eco/egoshop/appgo/egoshop: cannot execute binary file
make: *** [install] Error 126

不能正确下载包

go list -m: github.com/spf13/[email protected]+incompatible: invalid version: +incompatible suffix not allowed: module contains a go.mod file, so semantic import versioning is required

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.