PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
777 stars 205 forks source link

Submodules not completely removed #369

Closed jpogran closed 6 years ago

jpogran commented 6 years ago

Performing a fresh clone and submodule update fails:

> git clone https://github.com/PowerShell/DscResources
> git submodule update --init
fatal: No url found for submodule path 'xDscResources/xAdcsDeployment' in .gitmodules

This occurs because several submodules were removed from .gitmodules but not removed from the cache. The following references need to be removed:

johlju commented 6 years ago

Thank you for reporting and fixing this!