Atlantis: Build Issue

Created on 23 Sep 2019  路  4Comments  路  Source: runatlantis/atlantis

I can't able to build atlantis. while building atlantis project i have facing below issue. please help me in this.

issue:
go: git.apache.org/thrift.[email protected]: unknown revision v0.12.0
go: git.apache.org/thrift.[email protected]: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/ubuntu/Mythrift/thr#/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection timed out
go: error loading module requirements

question

Most helpful comment

What command are you running? You should be able to run

git clone [email protected]:runatlantis/atlantis.git
cd atlantis
go install

Thank you. i can able to build now.

All 4 comments

What command are you running? You should be able to run

git clone [email protected]:runatlantis/atlantis.git
cd atlantis
go install

I am running below commands,
git clone https://github.com/runatlantis/atlantis.git
cd atlantis
go build

issue:
go: git.apache.org/thrift.[email protected]: unknown revision v0.12.0
go: git.apache.org/thrift.[email protected]: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/ubuntu/Mythrift/thr#/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128:
fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Connection timed out
go: error loading module requirements

What command are you running? You should be able to run

git clone [email protected]:runatlantis/atlantis.git
cd atlantis
go install

Thank you. i can able to build now.

Nice! I'll close this then.

Was this page helpful?
0 / 5 - 0 ratings