Brew update failed: untracked working tree files would be overwritten by merge

后端 未结 12 766
旧巷少年郎
旧巷少年郎 2020-12-12 09:03

Trying to update Homebrew with brew update I got the following error

error: The following untracked working tree files would be overwrittenby me         


        
12条回答
  •  有刺的猬
    2020-12-12 09:22

    sudo chown -R USER /usr/local/bin
    

    note - for USER use command whom i.e. your username

    sudo brew doctor
    

提交回复
热议问题