universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

Cannot install from homebrew, failure with git fetch #24

Closed alykhantejani closed 4 years ago

alykhantejani commented 7 years ago

Hi,

I'm having issues installing from homebrew. Below is the error I get from running brew install --HEAD universal-ctags/universal-ctags/universal-ctags

[atejani:scripts]$ brew install --HEAD universal-ctags/universal-ctags/universal-ctags
Updating Homebrew...
==> Installing universal-ctags from universal-ctags/universal-ctags
==> Cloning https://github.com/universal-ctags/ctags.git
Updating /Users/atejani/Library/Caches/Homebrew/universal-ctags--git
Error: Failed to download resource "universal-ctags"
Failure while executing: git fetch -q origin
KazuakiM commented 7 years ago

I can do git clone without problems in my environment. Delete universal-ctags--git of /Users/atejani/Library/Caches/Homebrew/universal-ctags--git and re-execute.

And Could you tell me the environmental information?

My environment

$ brew --version
Homebrew 1.3.1-49-gdaa0ea4
Homebrew/homebrew-core (git revision 33d0; last commit 2017-08-17)

$ git --version
git version 2.14.1
KazuakiM commented 7 years ago

@alykhantejan ping

alykhantejani commented 7 years ago

Hi @KazuakiM,

Sorry for the delay, here are my details:

Homebrew 1.1.4
Homebrew/homebrew-core (git revision 33da; last commit 2016-12-14)
git version 2.4.11 (using a custom git client which should be on parity with this version)
KazuakiM commented 7 years ago

@alykhantejani Have you re-executed after clear cache?