Closed
Description
Hello,
I want to get all my repository.
Get-GitHubRepository -Visibility All -Type All -OwnerName "Alex-0293"
This show only public repository, instead of all.
But i can see my private repository with
Get-GitHubRepository -Visibility All -Type All -OwnerName "Alex-0293" -RepositoryName "GitProjectClone"
.