Recently I upgraded my PC and have added my old SSD with my git repos over to my new system.
Before I was working on native Ubuntu18, now I'm on Ubuntu20 on Windows Subsystem for Linux 2.
After installing my old SSD and navigating to its new location, I am able to git pull my repo but am unable to push changes with the error error: failed to push some refs to...
appearring.
I have followed git error: failed to push some refs to remote without any success.
Note this is only for one of my repos. Other repos on the same SSD can pull, edit files, commit, and push no problem.
Any ideas of how to troubleshoot? I think this maybe an authentication/permissions issue that's repo specific?