Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

I cannot see issues in a private repo #15

Open
sfabriece opened this issue Jul 11, 2017 · 9 comments
Open

I cannot see issues in a private repo #15

sfabriece opened this issue Jul 11, 2017 · 9 comments
Assignees
Labels

Comments

@sfabriece
Copy link

I'm getting Cannot access {{user/repo}}

@chrmarti chrmarti self-assigned this Jul 12, 2017
@chrmarti chrmarti added the bug label Jul 12, 2017
@pahen
Copy link

pahen commented Jul 14, 2017

Added github.username to settings.json but it didn't help.

@chrmarti
Copy link
Contributor

The login currently depends on a valid password being available in the git credential store. This will have to change.

@jacobrillema
Copy link

Same here github.username did not help.

@NKjoep
Copy link

NKjoep commented Aug 28, 2017

It would nice to have the possibility to use an authtoken also so that could be revoked later on.

@ankon
Copy link

ankon commented Sep 8, 2017

I'm keeping my credentials in ~/.netrc, and what worked for me was:

  1. Download https://github.com/github/git-msysgit/blob/master/contrib/credential/netrc/git-credential-netrc, save it into a directory in your PATH, and make it executable
  2. Enable this helper for git: git config --global credential.helper netrc
  3. Restart vscode

git handles .netrc by default but doesn't provide the content with git credential fill (which is what this extension uses). The helper fixes that :)

@deavial
Copy link

deavial commented Jul 24, 2018

same issue and i have to go through authtoken as I am MFA.

@opicron
Copy link

opicron commented Dec 23, 2018

I cant seem to get this working on Windows 10. Always get this error:

{"message":"Validation Failed","errors":[{"message":"The listed users cannot be searched either because the users do not exist or you do not have permission to view the users.","resource":"Search","field":"q","code":"invalid"}],"documentation_url":"https://developer.github.com/v3/search/"}

@chrmarti
Copy link
Contributor

chrmarti commented Jan 3, 2019

@opicron Try setting the "github.username" setting.

@1yuv
Copy link

1yuv commented Jun 18, 2019

Setting "github.username" worked for me even in private repo. I suggest keeping this information on README.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

9 participants