以下の引用は、brew-cask に貢献するための指示です。しかし、次の文は理解できませんgithub_user='<my-github-username>'
でし<>
たgithub_user
。
1 つの GitHub アカウントに 1 つのメール アドレスと 2 つの名前があります。さらに、最後の文を入力すると: cask-repair --pull origin --push $github_user $outdated_cask
. 2 つのエラーがあります: the requested upstream branch 'Andy1984' does not exist
、および
Error creating pull request: Unprocessable Entity (HTTP 422)
Invalid value for "head"
その結果、There was an error submitting the pull request. Have you forked the repo and made sure the pull and push remotes exist?
私は指示に従ったと確信しています。なにが問題ですか?
# install and setup script - only needed once
brew install vitorgalvao/tiny-scripts/cask-repair
cask-repair --help
# fork homebrew-cask to your account - only needed once
cd "$(brew --repository)/Library/Taps/caskroom/homebrew-cask/Casks"
hub fork
# use to update <outdated_cask>
outdated_cask='<the-cask-i-want-to-update>'
github_user='<my-github-username>'
cd "$(brew --repository)/Library/Taps/caskroom/homebrew-cask/Casks"
cask-repair --pull origin --push $github_user $outdated_cask