Giter Club home page Giter Club logo

Comments (12)

mattn avatar mattn commented on July 17, 2024

could you please try go get -u -x github.com/mattn/goreman.
use -x instead of -v.

from goreman.

raoofm avatar raoofm commented on July 17, 2024

@mattn

$ get -u -x github.com/mattn/goreman
-bash: get: command not found
[rmohammed@weblogic-test-vm-01 ~]$ go get -u -x github.com/mattn/goreman
cd /var/home/rmohammed/gopath/src/github.com/mattn/goreman
git config remote.origin.url
cd /var/home/rmohammed/gopath/src/github.com/mattn/goreman
git symbolic-ref HEAD
cd /var/home/rmohammed/gopath/src/github.com/mattn/goreman
git pull --ff-only
cd /var/home/rmohammed/gopath/src/github.com/mattn/goreman
git show-ref
cd /var/home/rmohammed/gopath/src/github.com/mattn/goreman
git checkout master
cd /var/home/rmohammed/gopath/src/github.com/daviddengcn/go-colortext
git config remote.origin.url
cd /var/home/rmohammed/gopath/src/github.com/daviddengcn/go-colortext
git symbolic-ref HEAD
cd /var/home/rmohammed/gopath/src/github.com/daviddengcn/go-colortext
git pull --ff-only
cd /var/home/rmohammed/gopath/src/github.com/daviddengcn/go-colortext
git show-ref
cd /var/home/rmohammed/gopath/src/github.com/daviddengcn/go-colortext
git checkout master
cd /var/home/rmohammed/gopath/src/github.com/joho/godotenv
git config remote.origin.url
cd /var/home/rmohammed/gopath/src/github.com/joho/godotenv
git symbolic-ref HEAD
cd /var/home/rmohammed/gopath/src/github.com/joho/godotenv
git pull --ff-only
cd /var/home/rmohammed/gopath/src/github.com/joho/godotenv
git show-ref
cd /var/home/rmohammed/gopath/src/github.com/joho/godotenv
git checkout master
cd .
git clone https://gopkg.in/yaml.v2 /var/home/rmohammed/gopath/src/gopkg.in/yaml.v2

It hangs at this point

from goreman.

raoofm avatar raoofm commented on July 17, 2024

I think git is the issue at my end, I think I should verify git separately first.
Is git a dependency for goreman?

from goreman.

raoofm avatar raoofm commented on July 17, 2024

$ git clone https://gopkg.in/yaml.v2 /var/home/rmohammed/gopath/src/gopkg.in/yaml.v2
Initialized empty Git repository in /var/home/rmohammed/gopath/src/gopkg.in/yaml.v2/.git/

hangs here, if I run this individually

from goreman.

mattn avatar mattn commented on July 17, 2024

Hmm, I can't reproduce it.

from goreman.

raoofm avatar raoofm commented on July 17, 2024

$ git --version
git version 1.7.1

@mattn yours?

from goreman.

mattn avatar mattn commented on July 17, 2024

git version 2.5.2 on windows.

from goreman.

raoofm avatar raoofm commented on July 17, 2024

ok let me try on windows and see

from goreman.

wuyongxiu avatar wuyongxiu commented on July 17, 2024

@raoofm have you solved it? I encountered the same problem.

from goreman.

raoofm avatar raoofm commented on July 17, 2024

@wuyongxiu I forgot how I fixed it, it is almost an year. So I did a fresh install and don't see that issue again. It ran smoothly.

$ go version
go version go1.6.3 linux/amd64
$ git --version
git version 1.7.12.4

I see that there are a lot of fixes to goreman since this issue was opened.

I installed using go get -u -x -v github.com/mattn/goreman

Can you show some logs?

from goreman.

wuyongxiu avatar wuyongxiu commented on July 17, 2024

@raoofm
[kduser@v-app1-cloud ~]$ go version
go version go1.6.3 linux/amd64
[kduser@v-app1-cloud ~]$ git --version
git version 1.7.1

[kduser@v-app1-cloud ~]$ go get -u -x -v github.com/mattn/goreman
cd /home/kduser/go/src/github.com/mattn/goreman
git config remote.origin.url
github.com/mattn/goreman (download)
cd /home/kduser/go/src/github.com/mattn/goreman
git pull --ff-only
cd /home/kduser/go/src/github.com/mattn/goreman
git submodule update --init --recursive
cd /home/kduser/go/src/github.com/mattn/goreman
git show-ref
cd /home/kduser/go/src/github.com/mattn/goreman
git submodule update --init --recursive
cd /home/kduser/go/src/github.com/daviddengcn/go-colortext
git config remote.origin.url
github.com/daviddengcn/go-colortext (download)
cd /home/kduser/go/src/github.com/daviddengcn/go-colortext
git pull --ff-only
cd /home/kduser/go/src/github.com/daviddengcn/go-colortext
git submodule update --init --recursive
cd /home/kduser/go/src/github.com/daviddengcn/go-colortext
git show-ref
cd /home/kduser/go/src/github.com/daviddengcn/go-colortext
git submodule update --init --recursive
cd /home/kduser/go/src/github.com/joho/godotenv
git config remote.origin.url
github.com/joho/godotenv (download)
cd /home/kduser/go/src/github.com/joho/godotenv
git pull --ff-only
cd /home/kduser/go/src/github.com/joho/godotenv
git submodule update --init --recursive
cd /home/kduser/go/src/github.com/joho/godotenv
git show-ref
cd /home/kduser/go/src/github.com/joho/godotenv
git submodule update --init --recursive
Fetching https://gopkg.in/yaml.v2?go-get=1
Parsing meta tags from https://gopkg.in/yaml.v2?go-get=1 (status code 200)
get "gopkg.in/yaml.v2": found meta tag main.metaImport{Prefix:"gopkg.in/yaml.v2", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v2"} at https://gopkg.in/yaml.v2?go-get=1
gopkg.in/yaml.v2 (download)
cd .
git clone https://gopkg.in/yaml.v2 /home/kduser/go/src/gopkg.in/yaml.v2

same as your, it just hangs at this point. And the yaml.v2 directory is empty all the time.
Yet, I can get goreman in my windows platform.
out

from goreman.

mattn avatar mattn commented on July 17, 2024

Anyway, this is not an issue of goreman. So closing.

from goreman.

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.