Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git brew tap远程:未找到存储库_Git_Macos_Github_Homebrew - Fatal编程技术网

Git brew tap远程:未找到存储库

Git brew tap远程:未找到存储库,git,macos,github,homebrew,Git,Macos,Github,Homebrew,我似乎无法访问自己的存储库: /Users/medialab ≈:≈ brew tap NMAAHC/NMAAHCmm ==> Tapping nmaahc/nmaahcmm Cloning into '/usr/local/Homebrew/Library/Taps/nmaahc/homebrew-nmaahcmm'... remote: Repository not found. fatal: repository 'https://github.com/NMAAHC/homebrew

我似乎无法访问自己的存储库:

/Users/medialab
≈:≈ brew tap NMAAHC/NMAAHCmm
==> Tapping nmaahc/nmaahcmm
Cloning into '/usr/local/Homebrew/Library/Taps/nmaahc/homebrew-nmaahcmm'...
remote: Repository not found.
fatal: repository 'https://github.com/NMAAHC/homebrew-NMAAHCmm/' not found
Error: Failure while executing: git clone    https://github.com/NMAAHC/homebrew-NMAAHCmm   /usr/local/Homebrew/Library/Taps/nmaahc/homebrew-nmaahcmm --depth=1
但是,我确信
https://github.com/NMAAHC/homebrew-NMAAHCmm/
存在,我不明白为什么我会有任何权限问题,因为它是我的存储库

我可以轻松地访问我不拥有的其他存储库:

/Users/medialab
≈:≈ brew tap amiaopensource/amiaos
==> Tapping amiaopensource/amiaos
Cloning into '/usr/local/Homebrew/Library/Taps/amiaopensource/homebrew-amiaos'...
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 13 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (13/13), done.
Tapped 10 formulae (46 files, 34.5K)
您拥有的是,而不是
自制的NMAAHCmm

                 ^^^^^^^
                    |- no e

修正错误(或),您将访问您的回购协议。

哦,该死。多谢各位@沃克