atom/github

Github stuck on loading

Anchovy-s3 opened this issue · 6 comments

Description

Github stuck on loading when open GitHub on my Atom editor.

Steps to Reproduce

  1. Make new directory.
  2. Click on GitHub in Atom.
  3. Click on "Publish on Github".

Expected behavior:
Displaying user name.

Actual behavior:
User name field is endless loading.
スクリーンショット 2021-01-26 18 13 29

Reproduces how often:
Every times.

Versions

スクリーンショット 2021-01-26 18 24 38

スクリーンショット 2021-01-26 18 25 13

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.
スクリーンショット 2021-01-26 20 24 05

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.
image

but not the github tab:
image

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.
image

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

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.
image

(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 #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.