I have a git server running on a windows desktop machine that has inexplicably lost the ability to connect to the internet. I want to move the repo to a linux machine. I already know how to switch my cloned repos to point to the new master once it's setup, but I need to get it to a new machine first.
I assume since windows and linux are a bit different, I can't just copy the repo directory verbatim. But maybe I can? What are my options?