Setup git repo on Synology
#Setup Repo
ssh root@10.0.1.10cd /volume1/gitmkdir new.repo.git and enter dirgit init --bare#Push to Repo
ssh://antonyGit@10.0.1.10/volume1/git/repo.name.gitIf there are any odd permission errors, ensure that the repo directory is owned by antonyGit. If not, chown -R antonyGit repo.name.git