PLEASE HELP! Can’t push code to GitHub repository anymore. #27305
-
|
PLEASE HELP! Can’t push code to GitHub repository anymore. Nothing happens anymore when I push code to a new remote repository from the MacOS Terminal. It used to work just fine, but not since recently and I have no idea why. I use the following Command Lines:
Everything goes well (git folder is created etc.) except for the Push to the new remote repo. Nothing happens. When I close the terminal I get the following message: “Do you want to end the active processes in this window? If you close this window, the active processes will be ended: git (3), git-remote-https.” I also used VSCode to commit and push, but this also does not work. It shows that it’s syncing, but it goes on forever and nothing is Pushed. The things I did to try to solve the problem:
After the Git update I tried to push code again via the Terminal, but again nothing happens. After the push I now receive a Git-Credential-Osxkeychain window on which you can allow a password (which I disallowed). On top of that I got a deprecation warning: To surpress the deprecation warning I used the following Command Lines:
Response from the command: /bin/zsh
Again I started over (deleted local git folder and new Github repo). Then I made a new Github repo and tried to make a new push via the Terminal. This time no deprecation warning, and still nothing happens. No push to new remote repo. And on top of the Git Credential Osxkeychain Password window I also receive this window (which I ignored both): When I close the Terminal I receive the following message again: “Do you want to end the active processes in this window? If you close this window, the active processes will be ended: …” After that I tried again, same thing nothing happens with the same message and password windows as above, but now I also receive this command response after the push: What should I do? I hope I can get help from the community. What is the cause of all of this? And most important what is the solution? Your help is much appreciated!! PS. I don't know if I used the correct category. Please place it in the right category for me if I didn't. Thanks in Advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 15 replies
-
|
you can try GitHub Desktop also even without Git, push the commits but not on the default branch, so you can create a pull request on GitHub and they will be verified |
Beta Was this translation helpful? Give feedback.
-
|
is this fixed by now ? |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
here is what I'm saying about GitHub Desktop download it, then clone the target repo you can choose any directory you want then click Show in Explorer, then there is the File Explorer, drag all the change files from your local, say mine is close the folder, you will see changes once you click on any white space, then you need to commit it, in my case, to main, but since I did not setup my commit signature that will be unverified, but the same as GitHub Web, you can create a new branch, that way it will be done through pull request, but going back, commit it then click Publish, since this branch is not yet publish on GitHub |
Beta Was this translation helpful? Give feedback.
-
|
Have you tried github personal access token like described here: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @kxnzx |
Beta Was this translation helpful? Give feedback.
-
|
https://docs.bnbchain.org/docs/beaconchain/transfer#web-wallet |
Beta Was this translation helpful? Give feedback.
-
|
What to do now? I can upload stuff manualy, but can't push via CLI or GitKRaken |
Beta Was this translation helpful? Give feedback.
-
|
100% success to push files to github. https://www.youtube.com/watch?v=V8WbIERFOJU |
Beta Was this translation helpful? Give feedback.
-
|
If you're still facing this problem, this video can help you out as it did for me. (First try to push and fail, then do the git remote set-url thing otherwise it gave me an error) |
Beta Was this translation helpful? Give feedback.

















Hi @kxnzx
You can try
git config --global credential.useHttpPath true