如何在 PHPStorm 中下载以前 "Excluded From Path" 的文件夹?
How to download folder that was previously "Excluded From Path" in PHPStorm?
根据 this JetBrains 文档,您可以轻松地在项目中包含之前排除的文件夹:
To get an excluded file or folder involved in upload/download again
Select the file or folder to return to upload/download and choose Remove Path from Excluded on the context menu of the selection.
然而,这对我们不起作用(在几个不同的计算机和项目上)。
我们能够成功将其从排除项中删除,但它不会下载文件。
我们已经尝试过:
- 重新下载该文件夹的特定父文件夹
- 重新下载整个项目
- 正在同步
- 正在尝试通过“从此处下载”通过远程主机窗格获取它
我通过转到 'Deployment' window 中的 'Excluded Paths' 选项卡并从已排除的本地表示中删除先前排除的远程路径来对问题进行排序。我还需要创建本地本地文件夹才能将其从 'excluded paths' 列表中删除。
根据 this JetBrains 文档,您可以轻松地在项目中包含之前排除的文件夹:
To get an excluded file or folder involved in upload/download again
Select the file or folder to return to upload/download and choose Remove Path from Excluded on the context menu of the selection.
然而,这对我们不起作用(在几个不同的计算机和项目上)。
我们能够成功将其从排除项中删除,但它不会下载文件。
我们已经尝试过:
- 重新下载该文件夹的特定父文件夹
- 重新下载整个项目
- 正在同步
- 正在尝试通过“从此处下载”通过远程主机窗格获取它
我通过转到 'Deployment' window 中的 'Excluded Paths' 选项卡并从已排除的本地表示中删除先前排除的远程路径来对问题进行排序。我还需要创建本地本地文件夹才能将其从 'excluded paths' 列表中删除。