I don't have github installed. I got an error. I've posh-git installed and working nicely.
This is the error I got:
Get-ChildItem : Cannot find path 'C:\Users\<username>\AppData\Local\GitHub' because it does not exist.
At E:\Repos\posh-gitflow\Configure-GitFlow.ps1:20 char:24
+ $portableGitFolders = Get-ChildItem $gitHubPath | ?{ $_.PSIsContainer } | ?{$_. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\<username>\AppData\Local\GitHub:String) [Get-ChildItem], I
temNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand
Should GitHub be necessary?
I don't have github installed. I got an error. I've posh-git installed and working nicely.
This is the error I got:
Should GitHub be necessary?