Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation question #102

Open
davidmoshal opened this issue Jan 5, 2021 · 0 comments
Open

Installation question #102

davidmoshal opened this issue Jan 5, 2021 · 0 comments
Labels

Comments

@davidmoshal
Copy link

davidmoshal commented Jan 5, 2021

Hi just tried to install bk cli on a new developer machine (Ubuntu 20.04),
and ran into several issues, both using the binary from the releases page and also using Homebrew.

(1) With the binary from the releases page I get this error:

./bk-linux-amd64-1.1.0 
2021/01/04 18:44:19 Error getting git commit: exit status 128
2021/01/04 18:44:19 Error getting git branch: exit status 128
🚨 exec: "buildkite-agent": executable file not found in $PATH

It's asking for an agent, just checking because I don't see any docs on that topic,
but does a non-build developer machine need to run the build agent in order to use the CLI ??

  • if so, what's the best way to configure it such that it's only available for local builds, not part of the agent build pool for remotely triggered builds

(2) using Homebrew I get a different error:

# without sudo:
bk 
zsh: permission denied: bk

# with sudo:
sudo bk
sudo: bk: command not found

So first it says permission denied, then it says command not found (presumably that's not the bk command but some other command that it can't find?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants