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

permission denied #43

Open
heydonovan opened this issue Jun 15, 2022 · 1 comment
Open

permission denied #43

heydonovan opened this issue Jun 15, 2022 · 1 comment

Comments

@heydonovan
Copy link

heydonovan commented Jun 15, 2022

This was installed using homebrew.

$ cat Makefile | head -1
include https://gitlab.com/REDACTED/make-templates.git
$ make
   ⨯ installing                error=installing "https://gitlab.com/REDACTED/make-templates.git": mkdir: mkdir /usr/local/include: permission denied

I'm thinking this is an issue with M1 Mac's and how homebrew changed the install directory: /usr/local vs /opt/homebrew

Also tried installing with curl:

$ curl -sf https://gobinaries.com/tj/mmake/cmd/mmake | sudo sh
Password:

  ==> Downloading github.com/tj/mmake/cmd/mmake@master
  ==> Resolved version master to v1.4.0
  ==> Downloading binary for darwin arm64

  Error downloading, got 500 response from server
$ sw_vers
ProductName:	macOS
ProductVersion:	12.4
BuildVersion:	21F79
@gsemet
Copy link

gsemet commented Mar 13, 2024

is it possible to provide credentials when fetching through git or https?

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

2 participants