homebrew-cask: unable to push changes
General troubleshooting steps
- I understand that if I ignore these instructions, my issue may be closed without review.
- I have retried my command with
--force. - I ran
brew update-reset && brew updateand retried my command. - I ran
brew doctor, fixed as many issues as possible and retried my command. - I have checked the instructions for reporting bugs.
- I made doubly sure this is not a checksum does not match error.
Description of issue
created rb for new cask
usenapp.rb
cask “usenapp” do version “0.80.5” sha256 “55e9da1c470b7de7972128315fdaa7fdcc8e14b8805289866b76b809983090fc”
url “https://www.usenapp.com/download/Usenapp-0.80.5.dmg” name “Usenapp” desc “Newsreader / usenet client for Mac OSX” homepage “https://www.usenapp.com/”
app “Usenapp.app”
zap trash: [ ‘~/Library/Application Support/Usenapp’, ‘~/Library/Caches/com.xoroxsoft.usenapp’, ‘~/Library/Preferences/com.xoroxsoft.usenapp.plist’, ‘~/Library/Saved Application State/com.xoroxsoft.usenapp.savedState’, ] end
went through systematically completing every step outlined on https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md
unable to push my branch usenapp-branch. Returning:
kex_exchange_identification: write: Broken pipe fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Changed my
Command that failed
{{git push ans87gh usenapp-branch}}
Output of command with --force --verbose --debug
{{Pushing to github.com:ans87gh/homebrew-cask.git
kex_exchange_identification: write: Broken pipe
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.}}
Output of brew cask doctor
{{Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You have installed Bitdefender. The "Traffic Scan" option interferes with
Homebrew's ability to download packages. See:
https://github.com/Homebrew/brew/issues/5558
Warning: You are using macOS 11.0.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this pre-release version.
}}
Output of brew tap
{{beeftornado/rmtree
buo/cask-upgrade
homebrew/bundle
homebrew/cask
homebrew/cask-drivers
homebrew/cask-fonts
homebrew/cask-versions
homebrew/core
homebrew/services
mongodb/brew
nrlquaker/createzap
open-arsenal/hackers-brew
vitorgalvao/tiny-scripts
}}
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 26 (26 by maintainers)
that worked! Thanks miccal!