You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".