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

it is not installing on mac i have installed go and brew both and used both way but error comes #161

Open
Anshuman-bansal opened this issue Sep 26, 2021 · 5 comments

Comments

@Anshuman-bansal
Copy link

the is the issue photo
Screenshot 2021-09-26 at 10 25 34 PM

@zero-t4
Copy link

zero-t4 commented Sep 27, 2021

error msg:

`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)

@mazznoer
Copy link

mazznoer commented Oct 8, 2021

git clone --depth 1 'https://github.com/ericchiang/pup.git'
cd pup
go build

@latorante
Copy link

It's already on homebrew https://formulae.brew.sh/formula/pup so you can do brew install pup

@bstrand
Copy link

bstrand commented Mar 29, 2022

Command for installing with go should be updated to use go install, e.g.

go install github.com/ericchiang/pup@latest

@neoh4x0r
Copy link

neoh4x0r commented Nov 6, 2022

Command for installing with go should be updated to use go install, e.g.

go install github.com/ericchiang/pup@latest

I've opened an issue about this (the readme needs to be updated) #180.

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

No branches or pull requests

6 participants