C
C#7mo ago
M B V R K

✅ Issue during pushing a commit to GitHub from VS Code

Hi friends, I'm working on a project using VS Code, I used VS Code to clon that project from my Github repository, everything is okay, after creating a Commit (it created successfully ), but the issue is when I press Sync Changes to push that commit to my repository I get an issue that recorded in the attached video. Please any help to fix this issue ???? and massive thanks in advance <3
6 Replies
M B V R K
M B V R K7mo ago
Thanks to ChatGPT, he helped me temporarly by this solution : https://chat.openai.com/share/20d681bd-2749-401f-a4d3-ada761acf70f
ChatGPT
GitHub Push Error 403
Shared by MBARK T3STO via ChatGPT
M B V R K
M B V R K7mo ago
I said temp because the token as you know wil be expired in 30 days, so I need a permanent solution, and thanks in advance <3
ZacharyPatten
ZacharyPatten7mo ago
have you use git before? It could be your git configuration: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration try running a git push from the command line and tell us if you get an error (but only do that when you are ready to push code). "push" will attempt to push your local commits to your repo
M B V R K
M B V R K7mo ago
Yes I did but it gaves me the same error as the error shown in the video
ZacharyPatten
ZacharyPatten7mo ago
do you see your username and email when you run git config --list
M B V R K
M B V R K7mo ago
yeah it gives me the correct ones Fuuuuuuuuuuuuuuuuuck to Visual Studio, the main issue came from Visual Studio because I have logged into my another Github account and mf Visual Studio made that account as the global/default git/Github account, but when I logged out from it and re-logged into my repository original account the issue was fixed Thanks
Want results from more Discord servers?
Add your server
More Posts
✅ Need help understanding inheritance with constructorsI know about constructors partially (I'm used to Unity's MonoBehaviour so constructors are mostly suHow to get the data of an adapter using MQTTnetThis is the documentation: https://docs.service.sicon.eco/sicon.os/2023.19.x/adapter-protocol-smqtt Converting from a string to a generic method invocationLooking for design patterns to help solve this problem I’m having at work. The situation is that we Auto refresh inside windows formTeam , We are using windows form c#. Is there any library for auto refresh (need to few logic eve✅ Fresh Install of Windows, I'm Getting Weird Errors (NETSDK1/NU1012, and DEP0700)Anyone know what might be happening here in my Maui Blazor Hybrid projects? For the older project object reference not set to instance of object on a static method callso im trying to use an opengl binding package (Veldrid.OpenGLBinding) but, when i call any of the meWeb API model classesI'm coding a webshop using ASP.NET Core Web API for the backend and Next.js for the frontend. I'm deInvalidate JWT-Tokens on logout and password change.I have an ASP.net Web api that handles user interaction. For authentification I use JWT Tokens. I reDynamically enable/disable a route in ASP.NET 7?Is there a way to dynamically enable/disable a route in ASP.NET 7? I'd like to be able to enable/dis✅ I keep getting Error CS5001 and CS0028, how do i get rid of themin CS5001 it says Program does not contain a static "Main" method suitable for an entry point and in