I have a Git repo with a couple of branches that refuses to push to Github. It previously worked fine and other projects can be pushed.
Basically, in VSCODE after entering push the cursor just goes down to the next line and hangs there. Nothing happens and there is no error output at all.
I previously tried various suggestions including git config --global core.askpass "git-gui--askpass"
, which is included in the most upvoted answer on this SO question, but that outputs nothing either.
I thought it might be something funky in VSCODE, so I tried in a regular Terminal window. That also didn't work but returned this warning.
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release.
This appears to be something Python related, but I am stumped on what to do with it.
If anyone can point me in the right direction to fixing this I'd much appreciate it.