git: 'remote-https' is not a git command. See 'git --help'
```
I was not able to see how to fix it
Brian Norris
unread,
Jul 14, 2021, 11:34:33 AM7/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dafna Hirschfeld, Chromium OS Development
I think somebody else noticed this elsewhere, and the problem is that the https helper is installed in /usr/local at /usr/local/libexec/git-core/git-remote-https, but git is only looking for it at places in the root filesystem (like /usr/libexec). Somebody needs to fix the git package -- or maybe it's already fixed and we need to upgrade.