I am trying to install old version of llvm via brew extract
.
This is what I am running:
brew unlink llvm
brew tap-new llvm/llvm-project
brew extract --version='13.0.0' llvm llvm/llvm-project
brew install llvm@13.0.0
This is the error I get:
/usr/local/Homebrew/Library/Homebrew/utils/github/api.rb:311:in `raise_error': Validation Failed: [{"message"=>"The listed users and repositories cannot be searched either because the resources do not exist or you do not have permission to view them.", "resource"=>"Search", "field"=>"q", "code"=>"invalid"}] (GitHub::API::ValidationFailedError)
This is the url its trying to reach:
https://api.github.com/search/issues?q=llvm%4013.0.0+repo%3Allvm%2Fhomebrew-llvm-project+state%3Aopen+in%3Atitle&per_page=100
I have gone through this answer ,
I don't understand whose read permission is required. llvm-project
is already a public repo.
@mehnaz can you please take a look. I wanted to comment on your question but being a new stackoverflow user I don't seen to have the privilege.