smartcontractkit / smartcontractkit/chainlink

[NODE] Error while doing make install

Open
#8,062 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
8.2k
Forks
2k
Avg merge
1d 23h
Merged PRs (30d)
202

Description

Description
fatal: could not read Username for 'https://github.com': terminal prompts disabled

Basic Information
I am trying to install and run chainlink node on aws ubuntu 22.04.1

  • Network: Ropsten
  • Go Version: v1.16.7
  • Operating System: Ubuntu 22.04.1
  • Commit: go: github.com/ava-labs/coreth@v0.11.0-rc.4 requires github.com/ava-labs/avalanchego@v1.8.5 requires github.com/ava-labs/coreth@v0.9.0-rc.13 requires github.com/ava-labs/avalanchego@v1.8.1 requires github.com/ava-labs/coreth@v0.9.0-rc.4 requires github.com/ava-labs/avalanchego@v1.7.17 requires github.com/ava-labs/coreth@v0.8.15-rc.1 requires github.com/ava-labs/avalanchego@v1.7.16 requires github.com/ava-labs/avalanche-network-runner@v1.0.6 requires github.com/ava-labs/avalanchego-operator@v0.0.0-20211115144351-99f07d2570bf: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/ubuntu/go/pkg/mod/cache/vcs/0d4bed232e5a07a14f862c3021d2ff8945d42678ff73dd641e3d6ea0cc529f27: exit status 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled make: *** [GNUmakefile:25: gomod] Error 1
  • Hosting Provider: AWS
  • Startup Command: make install

Steps to Reproduce
Running make install

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing make install in the stated AWS Ubuntu 22.04.1 environment and inspect GNUmakefile:25, where the gomod target fails. Trace the Go module fetch for github.com/ava-labs/avalanchego-operator and compare the dependency chain in the reported output. Done means the cause is confirmed and make install completes or the issue is narrowed to an external dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, github, go, ubuntu
Domain
build-system, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.