I need to push to a git repository from a server that has no access to it (it is blocked at IP level and my server's IP address is not in the allowed segment).
Let's assume I have a second server which has access to the git repository: would it be possible to set it up as a "git proxy" so that the first server can push into the second and this one into the main git repository?
I guess it is, and I have a slight idea about what I should search/do in order to set it up, but I'd like to know if there is a simple straightforward way to accomplish this task.
Thank you in advance.