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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
When the Repository has a GitHub remote, but GithubLoginModel fails to retrieve mentionable users from the GraphQL API for any reason (repository deleted; unauthenticated; bad token; network error) the UserStore is left empty. As a result, the co-author drop-down is not populated.
Steps to Reproduce
Create a git repository and make a few commits. Add a remote that looks like a GitHub URL, but for a repository that doesn't exist; git remote add origin git@github.com:atom/nah.git. Open it in Atom.
Open the Git tab and expand the co-author input.
Type the first few letters of your git username in the co-author input.
Expected behavior:
The autocomplete list should appear and show your git username and email address.
Actual behavior:
The autocomplete list is empty.
Reproduces how often:
100%
Versions
macOS Mojave 10.14.2
$ atom --version
Atom : 1.35.0-nightly11
Electron: 2.0.16
Chrome : 61.0.3163.100
Node : 8.9.3
$ apm --version
apm 2.1.3
npm 6.2.0
node 8.9.3 x64
atom 1.35.0-nightly11
python 2.7.15
git 2.20.1