I'm trying to share code between two gits, not between two repositories inside a single git, but two different git servers.
I have a github account, and I have my own git server, thanks to Raspberry and Gitea. I want to share code between this two git servers, one on github and one in localhost.
I want to share pushes between both git, and I've tried to follow this tutorial
https://jigarius.com/blog/multiple-git-remote-repositories
But, when I try to push to localhost, I have:
fatal: repository 'http://localhost:port/user/repo.git' not found
when I've tried to create the same repo from Web Interface on localhost, I found problems: "Repository already exists"
I think I've tried to run before walk...