Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. $ brew update
  2. error: Your local changes to the following files would be overwritten by merge:
  3. httpd24.rb
  4. Please, commit your changes or stash them before you can merge.
  5. Aborting
  6. Error: Failed to update tap: homebrew/apache
  7. Already up-to-date.
  8.  
  9. $ git status
  10. On branch master
  11. Untracked files:
  12. (use "git add <file>..." to include in what will be committed)
  13.  
  14. Library/Formula/httpd24.rb
  15.  
  16. nothing added to commit but untracked files present (use "git add" to track)
  17.  
  18. cd $(brew --repository)
  19. git reset --hard FETCH_HEAD
  20.  
  21. git --git-dir $(brew --repository)/.git reset origin/master --hard
  22. git --git-dir $(brew --repository)/.git clean -fd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement