簡體   English   中英

unstow 目錄導致警告

[英]unstow directory causes warning

當我運行時:

stow -D folderName

我得到:

WARNING! unstowing folderName would cause conflicts:
  * existing target is neither a link nor a directory: .DS_Store
All operations aborted.

我該如何解決? 我找到了這個提示,但我不明白

也許嘗試在stow之前執行此命令:

find folderName -name ".DS_Store" -depth -exec rm -f {} \;

這將刪除folderName中的任何.DS_Store文件,這似乎是導致問題的原因。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM