borgbackup / homebrew-tap

borgbackup packages for macOS homebrew users
30 stars 7 forks source link

failing: `brew install borgbackup/tap/borgbackup-fuse` #14

Closed akharrou closed 2 years ago

akharrou commented 2 years ago
❯ brew install borgbackup/tap/borgbackup-fuse
==> Tapping borgbackup/tap
git clone https://github.com/borgbackup/homebrew-tap /usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap --origin=origin --template=
Cloning into '/usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap'...
fatal: unable to access 'https://github.com/borgbackup/homebrew-tap/': Could not resolve host: github.com
Error: Failure while executing; `git clone https://github.com/borgbackup/homebrew-tap /usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap --origin=origin --template=` exited with 128.

I have already installed the following brew packages:

macfuse 4.2.3
borgbackup 1.1.17_1

Trying to install this to get borg mount to work

akharrou commented 2 years ago
❯ brew tap borgbackup/tap
==> Tapping borgbackup/tap
git clone https://github.com/borgbackup/homebrew-tap /usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap --origin=origin --template=
Cloning into '/usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap'...
fatal: unable to access 'https://github.com/borgbackup/homebrew-tap/': Could not resolve host: github.com
Error: Failure while executing; `git clone https://github.com/borgbackup/homebrew-tap /usr/local/Homebrew/Library/Taps/borgbackup/homebrew-tap --origin=origin --template=` exited with 128.
ThomasWaldmann commented 2 years ago
Could not resolve host: github.com

Github had an outage recently, maybe that was the reason.

akharrou commented 2 years ago

Ok I'll try again in a few hours or days. Thank you, didn't know.

But I manage to ping github.com and other packages work fine.

m3nu commented 2 years ago

Closing since this looks like a network issue.