VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.06k stars 1.07k forks source link

When I go to source control and click publish to GitHub, it doesn't work #1805

Open TechPro424 opened 7 months ago

TechPro424 commented 7 months ago

Describe the bug When I go to source control and click publish to GitHub

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Source Control' on the sidebar
  2. Click on 'Publish to GitHub'
  3. A textbox appears extremely briefly (almost a second) with my project name prefilled in it, but then disappears

Expected behavior I expected to be able to publish my code to a new private GitHub repo as shown in this video

Desktop (please complete the following information):

tadghh commented 7 months ago

Can you sanity check that you are signed in? image

TechPro424 commented 7 months ago

image

tadghh commented 7 months ago

Im unsure, what does it say if you try to commit and push changes anyway?

TechPro424 commented 7 months ago

Im unsure, what does it say if you try to commit and push changes anyway?

What do you mean by commit and push changes? I'm unable to publish it to Github itself

tadghh commented 7 months ago

What do you mean by commit and push changes?

I was thinking just do it manully from the terminal. But before that have you tried reloading vscodium with extensions disabled? With all extensions disabled are you able to publish?

TechPro424 commented 7 months ago

Disabled all extensions, still same result

Svampebob1 commented 7 months ago

I had the same problem. I signed out from Github in VSCodium, restarted the app and signed in again. Now it's working.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!

TechPro424 commented 1 month ago

Tried that, still does not work

daiyam commented 1 month ago

I've just tested, everything is working fine.

Do you get any errors? What are the logs in View/Ouputs/GitHub or GitHub Authentification?

TechPro424 commented 1 month ago

GitHub

2024-09-04 17:56:41.739 [info] Log level: Info

Github Authentication

2024-09-04 17:56:44.677 [info] Reading sessions from keychain...
2024-09-04 17:56:44.677 [info] Getting sessions for all scopes...
2024-09-04 17:56:44.678 [info] Got stored sessions!
2024-09-04 17:56:44.678 [info] Got 2 verified sessions.
2024-09-04 17:56:44.678 [info] Got 2 sessions for ...
2024-09-04 17:56:44.678 [info] Getting sessions for read:user,repo,user:email...
2024-09-04 17:56:44.678 [info] Got 0 sessions for read:user,repo,user:email...
daiyam commented 1 month ago

Ok, you should get [info] Got 1 sessions for read:user,repo,user:email... You don't have any session with the required rights.

Try again after your have signed out from Github in VSCodium and restarted the app.