Github stuck on loading when open GitHub on my Atom editor.
Expected behavior:
Displaying user name.
Actual behavior:
User name field is endless loading.

Reproduces how often:
Every times.


Atom : 1.54.0
Electron: 6.1.12
Chrome : 76.0.3809.146
Node : 12.4.0
Hi,
Do you have any proxy servers or anything like that which might block GitHub's servers? This could be causing the infinite load.
Thanks for reply.
I checked network settings but all proxy settings is turn off.

Same issue with atom 1.54.0 x64 Windows 7, Github plugin 3.36.2
good to know, initializing the repository with the git tab seems to recognize me.

but not the github tab:

hi, i begginer in this the atom and github. But i fix this error with this steps:
1.I download this package in atom: platformio-atom-ide-terminal.

2.Restart Atom and open functions selector with Shift + Ctrl +P and tipe Ide Terminal New or press Alt+Shift+T :

3.With the new ide terminal open in the project or script, i type git remote add origin (and here add the link repo) and now you have available the github tab for publish your content there.

(Sorry for my bad English and i hope it works for you)
3.With the new ide terminal open in the project or script, i type _git remote add origin (and here add the link repo)_ and now you have available the github tab for publish your content there.
Oh I see ! In that case, just using the system's terminal in the project folder would work too.
But this issue have to be fixed
This is a duplicate of https://github.com/atom/github/issues/2542. Please subscribe there for updates!
It's also partially fixed in the package build currently in Atom's nightly channel. While you can _technically_ still have the same problem if you run a command like GitHub: Publish Repository or GitHub: Create Repository directly from the command palette, the GitHub tab itself will at least prompt you to authenticate before showing you the buttons, now.
Most helpful comment
Same issue with atom 1.54.0 x64 Windows 7, Github plugin 3.36.2
good to know, initializing the repository with the git tab seems to recognize me.

but not the github tab:
